From 35797d2d60eb67d8632690fcc9f213c7b3e4834a Mon Sep 17 00:00:00 2001 From: Stanislav Date: Fri, 9 Feb 2018 19:53:16 -0500 Subject: [PATCH 1/4] FakeJSON - REST API for test data generation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f2b310..8cec392 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ API | Description | Auth | HTTPS | CORS | Link | | RoboHash | Generate random robot/alien avatars | No | Yes | Unknown | [Go!](https://robohash.org/) | | UI Names | Generate random fake names | No | Yes | Unknown | [Go!](https://github.com/thm/uinames) | | Yes No | Generate yes or no randomly | No | Yes | Unknown | [Go!](https://yesno.wtf/api) | +| FakeJSON | Test data REST API | `apiKey` | Yes | Yes | [Go!](https://fakejson.com) | ### Text Analysis API | Description | Auth | HTTPS | CORS | Link | From 4bb6a8cebb807cc0868c5ef1d7897f692a4b6fca Mon Sep 17 00:00:00 2001 From: Stanislav Date: Fri, 9 Feb 2018 19:58:35 -0500 Subject: [PATCH 2/4] FakeJSON REST API to generate test data --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cec392..908b74a 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ API | Description | Auth | HTTPS | CORS | Link | | RoboHash | Generate random robot/alien avatars | No | Yes | Unknown | [Go!](https://robohash.org/) | | UI Names | Generate random fake names | No | Yes | Unknown | [Go!](https://github.com/thm/uinames) | | Yes No | Generate yes or no randomly | No | Yes | Unknown | [Go!](https://yesno.wtf/api) | -| FakeJSON | Test data REST API | `apiKey` | Yes | Yes | [Go!](https://fakejson.com) | +| FakeJSON | REST API to generate test data | `apiKey` | Yes | Yes | [Go!](https://fakejson.com) | ### Text Analysis API | Description | Auth | HTTPS | CORS | Link | From 2eff138c654d5d9ad562bbaec62175345d7e0140 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Fri, 9 Feb 2018 20:01:33 -0500 Subject: [PATCH 3/4] FakeJSON REST API to create test data --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 908b74a..7b864ba 100644 --- a/README.md +++ b/README.md @@ -623,6 +623,7 @@ API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | Adorable Avatars | Generate random cartoon avatars | No | Yes | Unknown | [Go!](http://avatars.adorable.io) | | Bacon Ipsum | A Meatier Lorem Ipsum Generator | No | Yes | Unknown | [Go!](https://baconipsum.com/json-api/) | +| FakeJSON | REST API to generate test data | `apiKey` | Yes | Yes | [Go!](https://fakejson.com) | | FHIR | Fast Healthcare Interoperability Resources test data | No | Yes | Unknown | [Go!](http://fhirtest.uhn.ca/home) | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | Unknown | [Go!](http://hipsterjesus.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | Unknown | [Go!](http://jsonplaceholder.typicode.com/) | @@ -633,7 +634,6 @@ API | Description | Auth | HTTPS | CORS | Link | | RoboHash | Generate random robot/alien avatars | No | Yes | Unknown | [Go!](https://robohash.org/) | | UI Names | Generate random fake names | No | Yes | Unknown | [Go!](https://github.com/thm/uinames) | | Yes No | Generate yes or no randomly | No | Yes | Unknown | [Go!](https://yesno.wtf/api) | -| FakeJSON | REST API to generate test data | `apiKey` | Yes | Yes | [Go!](https://fakejson.com) | ### Text Analysis API | Description | Auth | HTTPS | CORS | Link | From aaf95583ecbd858882fa44a629ec356d145c71de Mon Sep 17 00:00:00 2001 From: Stanislav Date: Sat, 10 Feb 2018 13:11:36 -0500 Subject: [PATCH 4/4] Removed "Rest API" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b864ba..3d22de7 100644 --- a/README.md +++ b/README.md @@ -623,7 +623,7 @@ API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | Adorable Avatars | Generate random cartoon avatars | No | Yes | Unknown | [Go!](http://avatars.adorable.io) | | Bacon Ipsum | A Meatier Lorem Ipsum Generator | No | Yes | Unknown | [Go!](https://baconipsum.com/json-api/) | -| FakeJSON | REST API to generate test data | `apiKey` | Yes | Yes | [Go!](https://fakejson.com) | +| FakeJSON | Service to generate test and fake data | `apiKey` | Yes | Yes | [Go!](https://fakejson.com) | | FHIR | Fast Healthcare Interoperability Resources test data | No | Yes | Unknown | [Go!](http://fhirtest.uhn.ca/home) | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | Unknown | [Go!](http://hipsterjesus.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | Unknown | [Go!](http://jsonplaceholder.typicode.com/) |