From 06c625132b8cc421368d646ffcb69568079178f2 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 25 Aug 2023 18:22:00 -0500 Subject: [PATCH] docs: update README with Postman instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd897b7..c333f07 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,11 @@ _Python >= 3.10 required_ ## Usage -Visit [http://localhost:8000/docs](http://localhost:8000/docs) to see the interactive API documentation. +To see the interactive API documentation, visit [localhost:8000/docs](http://localhost:8000/docs). + +For Postman integration: +- Import the Postman collection and environment JSON files from the `postman` folder. + ## FAQ