From 16bfab029e6d4fed20d584dd8e9e8fa951e2e942 Mon Sep 17 00:00:00 2001 From: Vaibhav Mehta Date: Wed, 26 Jul 2017 16:36:51 +0530 Subject: [PATCH 1/3] Add JSONbin.io to the entries --- json/entries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/json/entries.json b/json/entries.json index 21f08fe4..9cd16126 100644 --- a/json/entries.json +++ b/json/entries.json @@ -519,6 +519,13 @@ "HTTPS": true, "Link": "https://json2jsonp.com/" }, + { + "API": "JSONbin.io", + "Auth": null, + "Description": "Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps.", + "HTTPS": true, + "Link": "https://jsonbin.io/" + }, { "API": "JSONPlaceholder", "Auth": null, From 7e43a503f98c0942c78d7ef173ae125e5c9831b2 Mon Sep 17 00:00:00 2001 From: Vaibhav Mehta Date: Wed, 26 Jul 2017 16:40:17 +0530 Subject: [PATCH 2/3] Add JSONbin.io to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df996834..2499afd8 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ API | Description | Auth | HTTPS | Link | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | | IPify | A simple IP Address API | No | Yes | [Go!](https://www.ipify.org/) | | JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | +| JSONbin.io | Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps. | No | Yes | [Go!](https://jsonbin.io) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | | Judge0 API | Compile and run source code | No | Yes | [Go!](https://api.judge0.com/) | | Let's Validate | Uncovers the technologies used on websites and URL to thumbnail | No | Yes | [Go!](https://github.com/letsvalidate/api) | From 45a9edf179ee46c228f103c2127096486bb6f302 Mon Sep 17 00:00:00 2001 From: Vaibhav Mehta Date: Wed, 26 Jul 2017 23:23:52 +0530 Subject: [PATCH 3/3] rollback entries --- json/entries.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/json/entries.json b/json/entries.json index 9cd16126..21f08fe4 100644 --- a/json/entries.json +++ b/json/entries.json @@ -519,13 +519,6 @@ "HTTPS": true, "Link": "https://json2jsonp.com/" }, - { - "API": "JSONbin.io", - "Auth": null, - "Description": "Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps.", - "HTTPS": true, - "Link": "https://jsonbin.io/" - }, { "API": "JSONPlaceholder", "Auth": null,