public CurrentWeatherAPI
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> |
getCurrentWeatherByCityId(int id) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> |
getCurrentWeatherByCityName(java.lang.String name) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> |
getCurrentWeatherByCoords(double lat,
double lon) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> |
getCurrentWeatherByZipCode(java.lang.String zip) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> |
getCurrentWeatherListByCityId(java.lang.String ids) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> |
getCurrentWeatherListInCycle(double lat,
double lon,
short count) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> |
getCurrentWeatherListInZone(java.lang.String box) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> getCurrentWeatherByCityName(java.lang.String name)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> getCurrentWeatherByCityId(int id)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> getCurrentWeatherByCoords(double lat,
double lon)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> getCurrentWeatherByZipCode(java.lang.String zip)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> getCurrentWeatherListInZone(java.lang.String box)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> getCurrentWeatherListInCycle(double lat,
double lon,
short count)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> getCurrentWeatherListByCityId(java.lang.String ids)