added link to Request Baskets project - HTTP requests collector to test webhooks with a strong focus on QA and test automation

This commit is contained in:
Vladimir L
2017-02-08 21:31:36 +01:00
parent 868c85ccf8
commit c20957ff81

View File

@@ -191,6 +191,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [json-server](https://github.com/typicode/json-server) - Serve a REST API from fixture files using quick prototyping. * [json-server](https://github.com/typicode/json-server) - Serve a REST API from fixture files using quick prototyping.
* [Mocky.io](http://www.mocky.io/) - Free online service to create fake HTTP responses. * [Mocky.io](http://www.mocky.io/) - Free online service to create fake HTTP responses.
* [Swagger API Mock](https://github.com/bulkismaslom/swagger-api-mock) - Mock RESTful API based on swagger schema * [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.
### Public REST APIs To Use In Tests ### Public REST APIs To Use In Tests
* [Deck of Cards API](http://deckofcardsapi.com) - Open API for simulating a deck of cards. * [Deck of Cards API](http://deckofcardsapi.com) - Open API for simulating a deck of cards.