-
- [x] 1. Add a route to get All Anime
- [x] 2. Add a route to get Anime by ID
- [x] 3. Add a route to get Anime by Title
- [x] 4. Add a route to post Anime
- [x] 5. Add a route to update Anime
- …
-
- [x] 1. Add an API fetch for anime lists
- [x] 2. Add an API fetch for character lists
- [x] 3. Add an API fetch for anime lists(by anime id)
- [x] 4. Add an API fetch for character lists(by chara…
-
I have redirecterr all set up, with webhooks firing and the filters behaving in the way I want them to but I am running into an issue when it attempts to approve a request. The requests are failing to…
-
how do i list all?
```js
import api from 'gogoanime';
api.alphabetList(['A'], [1]).then((res) => {
const animeNames = res.map(anime => anime.title);
console.log(animeNames);
}).catch(err…
-
mangaupdates
API documentation : https://api.mangaupdates.com/
example item: https://www.mangaupdates.com/series/po6l8tj/chisa-x-pon
anidb
API documentation: https://wiki.anidb.net/API
example …
-
Update a Style for Display Single Component:
- [x] 1. Add a nested grid for all the information for anime.
- [x] 2. Add a nested grid/flex for the Data/Details component.
- [ ] 3. Work with the fon…
-
Hi, I have a suggestion of not using consumet apis instead you can use https://anime.ayuplay.workers.dev (animedex api) for loading anime and also I AM YOUR BIG FAN SIRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR…
-
Recently installed Bazzite on my Steam Deck and was trying to get Honkers installed on it.
Initial set-up was complicated since it was looking/trying to use folders it could not write to, but this …
-
# Definition of Done
When created API is clicked, a GET request will be made and returning the list of episodes available. The amount of episodes that can be sent is 50 eps in one time. If the anime …
-
### Brief Description 🤓
The Jikan API endpoint `https://api.jikan.moe/v4/anime?q=${query}` lets you search for anime by a query string, returning detailed information such as titles, descriptions, an…