Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
fix issue #130 and fix issue #131: update clients; fix issue #172: in…
Browse files Browse the repository at this point in the history
…tegrate with postman
  • Loading branch information
kamilsk committed Sep 6, 2018
1 parent 5b94911 commit c03e33f
Show file tree
Hide file tree
Showing 10 changed files with 750 additions and 268 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -96,11 +96,19 @@ $ curl -v -H "Content-Type: application/x-www-form-urlencoded" \
### API
You can find API specification [here](env/rest.http). Also, we recommend using [Insomnia](https://insomnia.rest)
HTTP client to work with the API - you can import data for it from the [file](env/insomnia.json).
You can find API specification [here](env/client/rest.http). Also, we recommend using [Insomnia](https://insomnia.rest/)
HTTP client to work with the API - you can import data for it from the [file](env/client/insomnia.json).
Or you can choose [Postman](https://www.getpostman.com/) - its import data is [here](env/client/postman.json) and
[here](env/client/postman.env.json).
### CLI
You can use CLI not only to start the HTTP server but also to execute
[CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations.
<details>
<summary><strong>CLI interface</summary>
```bash
$ form-api --help
Forma
Expand All @@ -121,6 +129,7 @@ Flags:
Use "form-api [command] --help" for more information about a command.
```
</details>
#### Bash and Zsh completions
Expand Down

0 comments on commit c03e33f

Please sign in to comment.