public HourlyForecastAPI
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyForecastByCityId(int id) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyForecastByCityName(String name) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyForecastByCoords(float lat,
float lon) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyForecastByZipCode(String zip) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyForecastByCityName(String name)
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyForecastByCityId(int id)
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyForecastByCoords(float lat, float lon)
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyForecastByZipCode(String zip)