Commit e2d0e860 authored by Ian Havelock's avatar Ian Havelock
Browse files

Stormpath is closing it's API on 17th August 2017 as it has joined forces with...

Stormpath is closing it's API on 17th August 2017 as it has joined forces with okta.dom - replaced Stormpath entry with Okta
parent 1a971d43
......@@ -177,6 +177,7 @@ API | Description | Auth | HTTPS | Link |
| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) |
| Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go!](http://loripsum.net/) |
| Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) |
| Okta | User Authentication | `apiKey` | Yes | [Go!](https://okta.com/) |
| 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) |
| Random Word | Generate random word | No | No | [Go!](http://www.setgetgo.com/randomword/) |
......@@ -184,7 +185,6 @@ API | Description | Auth | HTTPS | Link |
| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go!](https://reqres.in/ ) |
| RoboHash | Generate random robot/alien avatars | No | Yes | [Go!](https://robohash.org/) |
| StackExchange | Q&A forum for developers | `OAuth` | Yes | [Go!](https://api.stackexchange.com/) |
| Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) |
| UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) |
| Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) |
......@@ -525,3 +525,4 @@ API | Description | Auth | HTTPS | Link |
| Weatherbit | Weather | `apiKey` | Yes | [Go!](https://www.weatherbit.io/api) |
| Wunderground | Weather | `apiKey` | Yes | [Go!](https://www.wunderground.com/weather/api/) |
| Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) |
okta
\ No newline at end of file
......@@ -582,6 +582,13 @@
"HTTPS": false,
"Link": "http://myjson.com/api"
},
{
"API": "Okta",
"Auth": "apiKey",
"Description": "User Authentication",
"HTTPS": true,
"Link": "https://okta.com/"
},
{
"API": "Plino",
"Auth": null,
......@@ -631,13 +638,6 @@
"HTTPS": true,
"Link": "https://api.stackexchange.com/"
},
{
"API": "Stormpath",
"Auth": "apiKey",
"Description": "User Authentication",
"HTTPS": true,
"Link": "https://stormpath.com/"
},
{
"API": "UI Names",
"Auth": null,
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment