Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Contributions are most welcome. Categories are also open to suggestions!
* [API Publishing](#api-publishing)
* [API Gateways](#api-gateways)
* [API Security](#api-security)
* [Webhooks](#webhooks)
* [API Monitoring](#api-monitoring)
* [API Testing](#api-testing)
* [API Developer Portal](#api-developer-portal)
Expand Down Expand Up @@ -288,6 +289,9 @@ Contributions are most welcome. Categories are also open to suggestions!
## API Web Scanners
- [Cherrybomb](https://github.com/blst-security/cherrybomb): Stop half-done API specifications! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by validating your API specifications.

## Webhooks
- [Hook0](https://www.hook0.com/): Open-source webhooks-as-a-service platform built in Rust, providing event types, subscriptions, low-latency delivery, HMAC signatures, retries, and monitoring as an API. [Source Code](https://github.com/hook0/hook0)

## API Monitoring
- [Runscope](https://www.runscope.com/): API Performance Monitoring.
- [Ping-API](https://ping-api.com/): Automated API Testing.
Expand Down