Skip to content

APPID missing, Openweathermap now required appid #6

@Qamar4P

Description

@Qamar4P

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 callback);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions