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(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(String zip,
int count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyWeatherForecastByCityName(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(String zip, int count)