PokeAPI / pokekotlin

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

Magikarp times out #12

Closed sargunv closed 8 years ago

sargunv commented 8 years ago

Requesting /pokemon/129/ or /pokemon-species/129/ times out because it's a very slow call. Caused by https://github.com/phalt/pokeapi/issues/178.

sargunv commented 8 years ago

Could work around by bumping up the default timeout to greater than 30s.