Merge branch 'master' into mock-data-section

This commit is contained in:
Dave Machado 2017-10-16 17:39:22 -04:00 committed by GitHub
commit 8b41f0f85f
3 changed files with 19 additions and 2 deletions

View file

@ -199,6 +199,7 @@ API | Description | Auth | HTTPS | Link |
| Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) |
| Plino | Spam filtering system | No | Yes | [Go!](https://plino.herokuapp.com/) |
| Public APIs | A collective list of free JSON APIs for use in web development | No | Yes | [Go!](https://github.com/toddmotto/public-apis/tree/master/json) |
| QR code | Generate and decode / read QR code graphics | No | Yes | [Go!](http://goqr.me/api/) |
| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go!](https://reqres.in/ ) |
| Restpack | Provides screenshot, HTML to PDF, and content extraction APIs | `apiKey` | Yes | [Go!](https://restpack.io/) |
| Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) |

View file

@ -1,5 +1,5 @@
{
"count": 442,
"count": 444,
"entries": [
{
"API": "Dogs",
@ -769,6 +769,14 @@
"HTTPS": true,
"Link": "https://github.com/toddmotto/public-apis/tree/master/json"
},
{
"API": "QR code",
"Auth": null,
"Category": "Development",
"Description": "Generate and decode / read QR code graphics",
"HTTPS": true,
"Link": "http://goqr.me/api/"
},
{
"API": "RandomUser",
"Auth": null,
@ -969,6 +977,14 @@
"HTTPS": true,
"Link": "https://iextrading.com/developer/"
},
{
"API": "Plaid",
"Auth": "apiKey",
"Category": "Finance",
"Description": "Connect with users\u2019 bank accounts and access transaction data",
"HTTPS": true,
"Link": "https://plaid.com/"
},
{
"API": "Razorpay IFSC",
"Auth": null,

File diff suppressed because one or more lines are too long