Merge pull request #117 from mertyildiran/master

Add Mockintosh
This commit is contained in:
Francois Zaninotto
2022-06-08 18:41:52 +02:00
committed by GitHub

View File

@@ -216,6 +216,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [Request Baskets](https://github.com/darklynx/request-baskets) - Service to collect HTTP requests and inspect them via RESTful API or web UI. * [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. * [DuckRails](https://github.com/iridakos/duckrails) - Mock quickly & dynamically API endpoints.
* [Mockoon](https://mockoon.com) - Easily create mock APIs locally. No remote deployment, no account required, open source. * [Mockoon](https://mockoon.com) - Easily create mock APIs locally. No remote deployment, no account required, open source.
* [Mockintosh](https://mockintosh.io/) - A mock server generator that's capable to generate RESTful APIs and communicate with the message queues to mimick asynchronous tasks.
### 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.