From 829fecb7aaaa8a1f9a9b8d75770ad041a4436056 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 21 Oct 2021 23:40:36 +0300 Subject: [PATCH] chore: add usage block in web example --- examples/web/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/web/README.md b/examples/web/README.md index 7551e19..2e7a139 100644 --- a/examples/web/README.md +++ b/examples/web/README.md @@ -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 +```