From 6bd740c399a64dd578e73d29424eb890bf6987cf Mon Sep 17 00:00:00 2001 From: schnappi Date: Tue, 6 Dec 2022 16:22:38 +0100 Subject: [PATCH] Removed AniAPI (#57) * Removed AniAPI * Removed AniAPI --- README.md | 1 - db/resources.json | 11 +---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 5203d59..67717bc 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,6 @@ API | Description | Auth | HTTPS | CORS | ### Anime API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| -| [AniAPI](https://aniapi.com/docs/)| Anime discovery, streaming & syncing with trackers | `OAuth`| Yes | Yes | | [AniDB](https://wiki.anidb.net/HTTP_API_Definition) | Anime Database | `apiKey` | No| Yes | | [AniList](https://github.com/AniList/ApiV2-GraphQL-Docs)| Anime discovery & tracking | `OAuth`| Yes | Unknown | | [AnimeChan](https://github.com/RocktimSaikia/anime-chan)| Anime quotes (over 10k+) | No | Yes | No| diff --git a/db/resources.json b/db/resources.json index 02ff7ab..9b1ed36 100644 --- a/db/resources.json +++ b/db/resources.json @@ -226,15 +226,6 @@ "Link": "https://zoo-animal-api.herokuapp.com/", "Category": "Animals" }, - { - "API": "AniAPI", - "Description": "Anime discovery, streaming & syncing with trackers", - "Auth": "OAuth", - "HTTPS": true, - "Cors": "yes", - "Link": "https://aniapi.com/docs/", - "Category": "Anime" - }, { "API": "AniDB", "Description": "Anime Database", @@ -12860,4 +12851,4 @@ "Link": "https://yandex.com/dev/weather/", "Category": "Weather" } -]} \ No newline at end of file +]}