From 6fe603112e676b9ebc9119d4014b79f350429814 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:37:42 +0200 Subject: [PATCH] Add Mockae to Public REST APIs To Use In Tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0df886c..9c86143 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [Mockae](https://mockae.com/) - Fake REST API powered by Lua. ## Documentation