RetrofitExample icon indicating copy to clipboard operation
RetrofitExample copied to clipboard

APPID missing, Openweathermap now required appid

Open Qamar4P opened this issue 9 years ago • 0 comments

http://api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID={APIKEY}

Change to fixit. thanks public interface WeatherService { @GET("/data/2.5/weather") public void getWeather(@Query("q") String strCity,@Query("appid") String appid, Callback<ApiResponse> callback); }

Qamar4P avatar Mar 17 '16 12:03 Qamar4P