public DailyWeatherForecastAPI
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> |
getDailyWeatherForecastByCityId(int id,
int count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> |
getDailyWeatherForecastByCityName(java.lang.String name,
int count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> |
getDailyWeatherForecastByCoords(double lat,
double lon,
int count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> |
getDailyWeatherForecastByZipCode(java.lang.String zip,
int count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyWeatherForecastByCityName(java.lang.String name,
int count)
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyWeatherForecastByCityId(int id,
int count)
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyWeatherForecastByCoords(double lat,
double lon,
int count)
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyWeatherForecastByZipCode(java.lang.String zip,
int count)