From 7af400f7c2e20dea2610f4501a9e30108f2e0a31 Mon Sep 17 00:00:00 2001 From: Adrian Machado Date: Wed, 30 Oct 2024 01:45:36 -0700 Subject: [PATCH] Add Mockbin to API mocking (#55) Co-authored-by: Stanislav Deviatov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d63177d..0eda61e 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ System integration is the process of linking together different IT systems (com - [Imposter (⭐366)](https://github.com/outofcoffee/imposter) - Mock server for REST APIs, OpenAPI (and Swagger) specifications, SOAP web services (and WSDL files), Salesforce and HBase APIs. - [Microcks (⭐1.3k)](https://github.com/microcks/microcks) - Open-source Kubernetes-native tool for API mocking and testing, supporting AsyncAPI, OpenAPI, Postman Collections, etc. - [Mockable](https://www.mockable.io/) - Simple configurable service to mock out RESTful API or SOAP web-services. + - [Mockbin (⭐86)](https://github.com/zuplo/mockbin) - Easily generate custom endpoints to test HTTP requests, and view the request logs from that API for free. - [Mockoon (⭐6.4k)](https://github.com/mockoon/mockoon) - Easy-to-use tool for designing and running mock REST APIs. - [MockServer (⭐4.5k)](https://github.com/mock-server/mockserver) - Easy mocking of any system you integrate with via HTTP or HTTPS. - [Mocky (⭐2k)](https://github.com/MockyAbstract/Mocky) - Free and unlimited online service for generating custom HTTP responses.