Skip to content

Commit

Permalink
Merge pull request #36 from starmtp/main
Browse files Browse the repository at this point in the history
Update MindAPI.md
  • Loading branch information
dsopas committed Jun 20, 2024
2 parents 2c09945 + 8ba4668 commit 2641c83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion MindAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
- Content-Type request header
- Access-control-expose-headers in the response header
- gRPC messages are encoded using Protobuf, which is binary

- Webhooks
- Event-driven APIs that send information or perform a specific function in response to a trigger (e.g. time of the day, clicking a button, receiving a form submission)

#### Documentation
- <https://smartbear.com/blog/soap-vs-rest-whats-the-difference/>
- <https://www.odata.org/documentation/>
Expand Down Expand Up @@ -119,6 +121,8 @@
##### Google
- `site:target.tld inurl:api`
- `intitle:"index of" "api.yaml" site:target.tld`
- REST APIs
- `site:target.tld inurl:api | site:*/rest | site:*/v1 | site:*/v2 | site:*/v3`
- WADL
- `inurl:/application.wadl`
- `user filetype:wadl`
Expand Down Expand Up @@ -597,10 +601,13 @@
- 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.
- If your API shares data with a third-party or you are consuming a third-party API, make sure to include it in the inventory.

### 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/)
- [BurpSuite](https://portswigger.net/burp/communitydownload)
- [API Tester](https://apitester.org/)

0 comments on commit 2641c83

Please sign in to comment.