xebia-functional / appsly-android-rest

An Android client library for RESTful based web services.
209 stars 51 forks source link

WeatherResponse vs ForecastResponse #41

Closed tachang closed 10 years ago

tachang commented 10 years ago

Where do you define WeatherResponse as a class in the documentation example? I can't seem to get it to work.

justinelsberry commented 10 years ago

@tachang This was a typo, the correct class in the example should be ForecastResponse. I have updated the readme. Thanks!