From 5b79de467b6b9bcb1b4d80d192d3fa109f29f1b7 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Wed, 31 Oct 2018 18:18:56 +0100 Subject: [PATCH] change auth for cats api (#795) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41529ed9..48c3d7cb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Please note a passing build status indicates all listed APIs are available since API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | Unknown | -| [Cats](https://thecatapi.com/docs.html) | Pictures of cats from Tumblr | No | Yes | Unknown | +| [Cats](https://thecatapi.com/docs.html) | Pictures of cats from Tumblr | `apiKey` | Yes | Unknown | | [Dogs](https://dog.ceo/dog-api/) | Based on the Stanford Dogs Dataset | No | Yes | Yes | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Unknown | | [IUCN](http://apiv3.iucnredlist.org/api/v3/docs) | IUCN Red List of Threatened Species | `apiKey` | No | Unknown |