Merge pull request #151 from cyrilbois/master

Add Mockae to Public REST APIs To Use In Tests
This commit is contained in:
Francois Zaninotto
2024-08-22 18:48:35 +02:00
committed by GitHub

View File

@@ -258,6 +258,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [JSON Placeholder](https://jsonplaceholder.typicode.com/) - Free online REST service that you can use whenever you need some fake data. * [JSON Placeholder](https://jsonplaceholder.typicode.com/) - Free online REST service that you can use whenever you need some fake data.
* [APIs.guru](https://APIs.guru) - Wikipedia for Web APIs, each API has OpenAPI/Swagger description. * [APIs.guru](https://APIs.guru) - Wikipedia for Web APIs, each API has OpenAPI/Swagger description.
* [The Cat API](https://theCatAPI.com) - Public API for Cats Images, Facts and Jokes. * [The Cat API](https://theCatAPI.com) - Public API for Cats Images, Facts and Jokes.
* [Mockae](https://mockae.com/) - Fake REST API powered by Lua.
## Documentation ## Documentation