From 9208977d2b490845afc112398d6bf2efc615b36b Mon Sep 17 00:00:00 2001 From: QuickMocker <75212637+quickmocker@users.noreply.github.com> Date: Mon, 10 May 2021 17:16:20 +0300 Subject: [PATCH] Add QuickMocker API to the Test Data section (#1572) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccd13ee1..082d4cd2 100644 --- a/README.md +++ b/README.md @@ -924,6 +924,7 @@ API | Description | Auth | HTTPS | CORS | | [JSONPlaceholder](http://jsonplaceholder.typicode.com/) | Fake data for testing and prototyping | No | No | Unknown | | [Loripsum](http://loripsum.net/) | The "lorem ipsum" generator that doesn't suck | No | No | Unknown | | [PIPL](https://pipl.ir/) | Free and public API that generates random and fake people's data in JSON | No | Yes | No | +| [QuickMocker](https://quickmocker.com) | API mocking tool to generate contextual, fake or random data | No | Yes | Yes | | [Randommer](https://randommer.io/randommer-api) | Random data generator | `apiKey` | Yes | Yes | | [RandomUser](https://randomuser.me) | Generates random user data | No | Yes | Unknown | | [RoboHash](https://robohash.org/) | Generate random robot/alien avatars | No | Yes | Unknown |