public HourlyWeatherForecastAPI
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyWeatherForecastByCityId(int id) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyWeatherForecastByCityName(String name) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyWeatherForecastByCoords(double lat,
double lon) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyWeatherForecastByZipCode(String zip) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyWeatherForecastByCityName(String name)
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyWeatherForecastByCityId(int id)
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyWeatherForecastByCoords(double lat, double lon)
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyWeatherForecastByZipCode(String zip)