From 4cec67d8a3297c5ac268a92e592fe36588b93fc6 Mon Sep 17 00:00:00 2001 From: jeoooo Date: Tue, 28 Nov 2023 09:31:43 +0800 Subject: [PATCH 1/2] add Waifu.it to Anime --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced25659..46dca0d2 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ API | Description | Auth | HTTPS | CORS | | [Studio Ghibli](https://ghibliapi.herokuapp.com) | Resources from Studio Ghibli films | No | Yes | Yes | | [Trace Moe](https://soruly.github.io/trace.moe-api/#/) | A useful tool to get the exact scene of an anime from a screenshot | No | Yes | No | | [Waifu.im](https://waifu.im/docs) | Get waifu pictures from an archive of over 4000 images and multiple tags | No | Yes | Yes | +| [Waifu.it](https://docs.waifu.it/) | An Open-source API Serving Bunch of Anime stuff | No | Yes | Yes | | [Waifu.pics](https://waifu.pics/docs) | Image sharing platform for anime images | No | Yes | No | **[⬆ Back to Index](#index)** From f4b86cc712ce2e8214fd7565ed552d738ecf7848 Mon Sep 17 00:00:00 2001 From: jeoooo Date: Tue, 28 Nov 2023 09:45:59 +0800 Subject: [PATCH 2/2] updated Waifu.it API auth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46dca0d2..d6d5bb60 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ API | Description | Auth | HTTPS | CORS | | [Studio Ghibli](https://ghibliapi.herokuapp.com) | Resources from Studio Ghibli films | No | Yes | Yes | | [Trace Moe](https://soruly.github.io/trace.moe-api/#/) | A useful tool to get the exact scene of an anime from a screenshot | No | Yes | No | | [Waifu.im](https://waifu.im/docs) | Get waifu pictures from an archive of over 4000 images and multiple tags | No | Yes | Yes | -| [Waifu.it](https://docs.waifu.it/) | An Open-source API Serving Bunch of Anime stuff | No | Yes | Yes | +| [Waifu.it](https://docs.waifu.it/) | An Open-source API Serving Bunch of Anime stuff | `apiKey` | Yes | Yes | | [Waifu.pics](https://waifu.pics/docs) | Image sharing platform for anime images | No | Yes | No | **[⬆ Back to Index](#index)**