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(java.lang.String name) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyWeatherForecastByCoords(double lat,
double lon) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> |
getHourlyWeatherForecastByZipCode(java.lang.String zip) |
retrofit2.Call<net.aksingh.owmjapis.model.HourlyWeatherForecast> getHourlyWeatherForecastByCityName(java.lang.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(java.lang.String zip)