From 70ebd9e47625ce6fac547fcc3f767fedd530ea84 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Sun, 9 Sep 2018 09:35:40 +0530 Subject: [PATCH 1/2] Adding Beeceptor.com - An HTTP inspecting/mocking & webhook testing service --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d695685..a8e3f8d 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Swagger API Mock](https://github.com/bulkismaslom/swagger-api-mock) - Mock RESTful API based on swagger schema * [Request Baskets](https://github.com/darklynx/request-baskets) - Service to collect HTTP requests and inspect them via RESTful API or web UI. * [DuckRails](https://github.com/iridakos/duckrails) - Mock quickly & dynamically API endpoints. +* [Beeceptor](https://beeceptor.com/) - An HTTP inspecting, mocking and proxing service. Gives named endpoints, create mock responses using rules. ### Public REST APIs To Use In Tests * [Deck of Cards API](http://deckofcardsapi.com) - Open API for simulating a deck of cards. From 558c3bb750f628bfda18dceaa9310c43fd72a32e Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Mon, 10 Sep 2018 09:24:57 +0530 Subject: [PATCH 2/2] Moving Beeceptor to SaaS Tools --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a8e3f8d..d7c3c64 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Swagger API Mock](https://github.com/bulkismaslom/swagger-api-mock) - Mock RESTful API based on swagger schema * [Request Baskets](https://github.com/darklynx/request-baskets) - Service to collect HTTP requests and inspect them via RESTful API or web UI. * [DuckRails](https://github.com/iridakos/duckrails) - Mock quickly & dynamically API endpoints. -* [Beeceptor](https://beeceptor.com/) - An HTTP inspecting, mocking and proxing service. Gives named endpoints, create mock responses using rules. ### Public REST APIs To Use In Tests * [Deck of Cards API](http://deckofcardsapi.com) - Open API for simulating a deck of cards. @@ -239,7 +238,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [3scale](https://www.3scale.net/) - Nginx based API gateway to integrate internal and external API services with 3scale's API Management Platform. * [Assertible](https://assertible.com) - Continuously test and monitor your APIs after deployments and across environments. * [Moesif](https://www.moesif.com) - API Analytics for Debugging, Monitoring, and Usage Tracking for RESTful and GraphQL. - +* [Beeceptor](https://beeceptor.com/) - An HTTP inspecting, mocking and proxing service. Gives named endpoints for creating mock API endpoints and simulate responses. ## Miscellaneous