Browse Source

Merge pull request #407 from Morrolan/master

Stormpath is closing, joined forces with okta.com
pull/447/head
Dave Machado 6 years ago
committed by GitHub
parent
commit
53d89e89b8
3 changed files with 10 additions and 10 deletions
  1. +1
    -1
      README.md
  2. +8
    -8
      json/entries.json
  3. +1
    -1
      json/entries.min.json

+ 1
- 1
README.md View File

@@ -186,6 +186,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/) |
@@ -193,7 +194,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/) |



+ 8
- 8
json/entries.json View File

@@ -721,6 +721,13 @@
"Link": "http://myjson.com/api",
"Section": "Development"
},
{
"API": "Okta",
"Auth": "apiKey",
"Description": "User Authentication",
"HTTPS": true,
"Link": "https://okta.com/"
},
{
"API": "Plino",
"Auth": null,
@@ -778,14 +785,7 @@
"Section": "Development"
},
{
"API": "Stormpath",
"Auth": "apiKey",
"Description": "User Authentication",
"HTTPS": true,
"Link": "https://stormpath.com/",
"Section": "Development"
},
{

"API": "UI Names",
"Auth": null,
"Description": "Generate random fake names",


+ 1
- 1
json/entries.min.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save