From 500ecc392c83358a84f6fcf8b81c4ee8cf75e99d Mon Sep 17 00:00:00 2001 From: ThatCopy <62877244+ThatCopy@users.noreply.github.com> Date: Tue, 29 Sep 2020 19:39:14 +0200 Subject: [PATCH 1/3] add catapi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05e34179..738c06a6 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | No | | [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | Unknown | +| [catAPI](https://thatcopy.pw/catapi) | Random pictures of cats | No | Yes | Yes | | [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 | From f853e1bcfe6dcc617710d5163d7e030f4104794b Mon Sep 17 00:00:00 2001 From: ThatCopy <62877244+ThatCopy@users.noreply.github.com> Date: Tue, 29 Sep 2020 19:45:08 +0200 Subject: [PATCH 2/3] Sort by alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738c06a6..c2fdea24 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ 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 | No | -| [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | Unknown | | [catAPI](https://thatcopy.pw/catapi) | Random pictures of cats | No | Yes | Yes | +| [Cats](https://docs.thecatapi.com/) | 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 | From d620ed539c9471bbaf70c3f5940ea87e3fd2bf9f Mon Sep 17 00:00:00 2001 From: David <62877244+ThatCopy@users.noreply.github.com> Date: Sun, 25 Oct 2020 20:29:51 +0100 Subject: [PATCH 3/3] Change URL Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2fdea24..d8582a58 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,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 | No | -| [catAPI](https://thatcopy.pw/catapi) | Random pictures of cats | No | Yes | Yes | +| [catAPI](https://github.com/ThatCopy/catAPI/wiki/Usage) | Random pictures of cats | No | Yes | Yes | | [Cats](https://docs.thecatapi.com/) | 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 |