chore: add usage block in web example

This commit is contained in:
Dmitriy Pleshevskiy 2021-10-21 23:40:36 +03:00
parent 26bb849ede
commit 829fecb7aa
1 changed files with 14 additions and 0 deletions

View File

@ -45,3 +45,17 @@ cargo make dev
```
[cargo make]: https://github.com/sagiegurari/cargo-make
## Usage
Create new list
```sh
xh http://localhost:32444/api/lists/ name=hello
```
Get list
```sh
xh http://localhost:32444/api/lists/1
```