From 9351113eba16f4b0e094964a349afc4b22ac0f35 Mon Sep 17 00:00:00 2001 From: Axel Date: Sat, 24 Feb 2018 10:03:05 +0100 Subject: [PATCH 1/2] Add the Rick and Morty API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcc6e4dd..57c593fd 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ API | Description | Auth | HTTPS | CORS | Link | | PlayerUnknown's Battlegrounds | PUBG Stats | `apiKey` | Yes | Unknown | [Go!](https://pubgtracker.com/site-api) | | Pokéapi | Pokémon Information | No | Yes | Unknown | [Go!](https://pokeapi.co) | | Pokémon TCG | Pokémon TCG Information | No | Yes | Unknown | [Go!](https://pokemontcg.io) | +| Rick and Morty | All the Rick and Morty information, including images | No | Yes | Yes | [Go!](https://rickandmortyapi.com) | | Qriusity | Quiz/Trivia Questions | No | Yes | Unknown | [Go!](https://qriusity.com/) | | Riot Games | League of Legends Game Information | `apiKey` | Yes | Unknown | [Go!](https://developer.riotgames.com/) | | Steam | Steam Client Interaction | `OAuth` | Yes | Unknown | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | From 45bfad418d3148ca792bfa533d9833c781766971 Mon Sep 17 00:00:00 2001 From: Axel Date: Sat, 24 Feb 2018 10:10:18 +0100 Subject: [PATCH 2/2] Fix alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c593fd..83638e11 100644 --- a/README.md +++ b/README.md @@ -335,8 +335,8 @@ API | Description | Auth | HTTPS | CORS | Link | | PlayerUnknown's Battlegrounds | PUBG Stats | `apiKey` | Yes | Unknown | [Go!](https://pubgtracker.com/site-api) | | Pokéapi | Pokémon Information | No | Yes | Unknown | [Go!](https://pokeapi.co) | | Pokémon TCG | Pokémon TCG Information | No | Yes | Unknown | [Go!](https://pokemontcg.io) | -| Rick and Morty | All the Rick and Morty information, including images | No | Yes | Yes | [Go!](https://rickandmortyapi.com) | | Qriusity | Quiz/Trivia Questions | No | Yes | Unknown | [Go!](https://qriusity.com/) | +| Rick and Morty | All the Rick and Morty information, including images | No | Yes | Yes | [Go!](https://rickandmortyapi.com) | | Riot Games | League of Legends Game Information | `apiKey` | Yes | Unknown | [Go!](https://developer.riotgames.com/) | | Steam | Steam Client Interaction | `OAuth` | Yes | Unknown | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | | xkcd | Retrieve xkcd comics as JSON | No | Yes | Unknown | [Go!](https://xkcd.com/json.html) |