public DailyForecastAPI
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> |
getDailyForecastByCityId(int id,
byte count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> |
getDailyForecastByCityName(String name,
byte count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> |
getDailyForecastByCoords(float lat,
float lon,
byte count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> |
getDailyForecastByZipCode(String zip,
byte count) |
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyForecastByCityName(String name, byte count)
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyForecastByCityId(int id, byte count)
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyForecastByCoords(float lat, float lon, byte count)
retrofit2.Call<net.aksingh.owmjapis.model.DailyWeatherForecast> getDailyForecastByZipCode(String zip, byte count)