Open Greenadine opened 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.
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()
.
Move
seems to be missing a way to retrieve its flavor text entries.