PokeAPI / pokekotlin

Kotlin (or Java, Scala, etc) client for PokeApi
Apache License 2.0
172 stars 43 forks source link

Moves missing flavor text entries #89

Open Greenadine opened 3 years ago

Greenadine commented 3 years ago

Move seems to be missing a way to retrieve its flavor text entries.

Naramsim commented 3 years ago

Can you explain a bit more?

If I query this endpoint https://pokeapi.co/api/v2/move/1/ and then access the property .flavor_text_entries I can get all the flavor texts in different languages.

Sorry, I didn't see this issue was opened for a wrapper.

Greenadine commented 3 years ago

Sorry for not being specific. Here's details: I'm referring to that Pokekotlin does not have a way to retrieve moves' flavor text entries, such as Move.getFlavorTextEntries().