favware / graphql-pokemon

Extensive Pokémon GraphQL API
http://graphql-pokemon.js.org/
MIT License
150 stars 14 forks source link

request: cry url fields #944

Closed castdrian closed 8 months ago

castdrian commented 8 months ago

Is there an existing issue or pull request for this?

Feature description

showdown provides all cries as mp3 and ogg under

"https://play.pokemonshowdown.com/audio/cries/:species.mp3"
"https://play.pokemonshowdown.com/audio/cries/:species.ogg"

Desired solution

two additional fields on the Pokemon object, cryMP3URL, cryOGGURL

Alternatives considered

manually formatting the url within source code, which works, but hey still would be useful

Additional context

No response

favna commented 8 months ago

Is it fine to provide just the mp3 files? Looks like Showdown doesn't have OGG files for Gen 8 and beyond.

castdrian commented 8 months ago

Is it fine to provide just the mp3 files? Looks like Showdown doesn't have OGG files for Gen 8 and beyond.

Sure, I only listed it since they're there, I only use the mp3 files as well