Skip to content

rodriabregu/my-anime-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub repo size GitHub package.json version GitHub package.json dependency version (prod)

my-anime-api

No encontré ninguna API en todo Google, de Evangelion ni Demon Slayer. Así que la hice yo mismo rey 👑.

I didn't find any APIs in all of Google, from Evangelion or Demon Slayer. So I made it king myself 👑.

API with GraphQL

(in progress db 🎇) Basic documentation:

https://anime-api-0s05.onrender.com By using GraphQL, we will have all the information for the queries with POST calls concentrated in a single endpoint. Here you will have access to the GraphQL playground so you can see what queries there are.

Current querys:

animeCount (returns length of animes)
allAnimes (returns all animes)
findAnime(id: number) (returns one anime, through id)
allCharactersAnime(name: string) (returns all characters of one anime, through character name)
oneCharacter(name: string) (returns a character from any anime, through a name)

Releases

No releases published

Packages

No packages published