From e85ac18e8fce77f7662a3d324b0f8cc94b6541bf Mon Sep 17 00:00:00 2001 From: Hugo Torzuoli Date: Wed, 5 Jun 2019 11:50:13 +0200 Subject: [PATCH] Add Auth to Clash Royale API (#972) Clash Royale is protected by an API key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d203818..c2ea1908 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ API | Description | Auth | HTTPS | CORS | | [Battlefield 4](https://bf4stats.com/api) | Battlefield 4 Information | No | Yes | Unknown | | [Chuck Norris Database](http://www.icndb.com/api/) | Jokes | No | No | Unknown | | [Clash of Clans](https://developer.clashofclans.com) | Clash of Clans Game Information | `apiKey` | Yes | Unknown | -| [Clash Royale](https://developer.clashroyale.com) | Clash Royale Game Information | No | Yes | Unknown | +| [Clash Royale](https://developer.clashroyale.com) | Clash Royale Game Information | `apiKey` | Yes | Unknown | | [Comic Vine](https://comicvine.gamespot.com/api/documentation) | Comics | No | Yes | Unknown | | [Deck of Cards](http://deckofcardsapi.com/) | Deck of Cards | No | No | Unknown | | [Destiny The Game](https://github.com/Bungie-net/api) | Bungie Platform API | `apiKey` | Yes | Unknown |