Skip to content

Commit f78fa25

Browse files
committed
README - Update Dynamic API section
1 parent a726c42 commit f78fa25

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,12 @@ The API is secured using the JWT tocken provided by `/login/jwt/` request (usern
173173
- GET requests are public (GET all, get Item)
174174
- Mutating requests are protected by token generated based on the user credentials (`username`, `pass`).
175175

176-
> A POSTMAN Collection Sample can be found [here](./media).
176+
> Two POSTMAN Collections are provided in the `media` directory:
177+
178+
- [Books API](./media/api-books.postman_collection) - that uses PORT **5000* for the api
179+
- [Books API 2](./media/api-books-docker.postman_collection) - that uses PORT **5085* for the api (default port in Docker)
180+
181+
In case both port are unusable in your environment, feel free to edit the files before POSTMAN import.
177182

178183
<br />
179184

0 commit comments

Comments
 (0)