pokeapi-v2-java
pokeapi-v2-java copied to clipboard
The most complete PokéApi Java Wrapper
Results
2
pokeapi-v2-java issues
Sort by
recently updated
recently updated
newest added
The booleans `is_legendary` and `is_mythical` are currently missing from PokemonSpecies. These would be very useful for me and I would appreciate if they could be added. 
According to the [documentation](https://pokeapi.co/docs/v2#resource-listspagination-section), `next` and `previous` are nullable strings. But as it stands, `NamedAPIResourceList#previous` is a primitive boolean.