PokeAPI / pokekotlin

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

PokeApi.getMoveAilment(-1) throws error #11

Closed sargunv closed 8 years ago

sargunv commented 8 years ago

PokeApi.getMoveAilment(-1) throws an error. This is due to https://github.com/phalt/pokeapi/issues/145.

sargunv commented 8 years ago

Could implement a temporary workaround by automatically swapping the id "-1" for the name "unknown"