docs(animeCategories): add all possible anime categories
This commit is contained in:
@@ -670,6 +670,8 @@ https://api-aniwatch.onrender.com/anime/{category}?page={page}
|
||||
#### Request sample
|
||||
|
||||
```javascript
|
||||
// categories -> "most-favorite", "most-popular", "subbed-anime", "dubbed-anime", "recently-updated", "recently-added", "top-upcoming", "top-airing", "movie", "special", "ova", "ona", "tv", "completed"
|
||||
|
||||
const resp = await fetch("https://api-aniwatch.onrender.com/anime/tv?page=2");
|
||||
const data = await resp.json();
|
||||
console.log(data);
|
||||
|
||||
Reference in New Issue
Block a user