Skip to content

Commit

Permalink
Added API Testing tools
Browse files Browse the repository at this point in the history
Alternatives to Postman what can help you out.
  • Loading branch information
dsopas committed May 13, 2024
1 parent 346b1ff commit 9615b16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MindAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,3 +592,10 @@
- Old or previous API versions are running unpatched.
- The aspects of the API (e.g. authentication, endpoints, redirects, errors, parameters, rate-limiting, request and response formats, etc) are missing or outdated.
- If the API documentation is exposed to the internet, implement an access control mechanism (e.g. login portal) to ensure that only authorized users access the OpenAPI specification or even to the documentation as a whole.

### API Testing tools
- [Postman](https://www.postman.com/downloads/)
- [Bruno](https://www.usebruno.com/downloads)
- [Insomnia](https://insomnia.rest/products/insomnia)
- [HTTPie](https://httpie.io)
- [Hoppscotch](https://hoppscotch.io/)

0 comments on commit 9615b16

Please sign in to comment.