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(String name) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> |
getCurrentWeatherByCoords(double lat,
double lon) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> |
getCurrentWeatherByZipCode(String zip) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> |
getCurrentWeatherListByCityId(String ids) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> |
getCurrentWeatherListInCycle(double lat,
double lon,
short count) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> |
getCurrentWeatherListInZone(String box) |
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeather> getCurrentWeatherByCityName(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(String zip)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> getCurrentWeatherListInZone(String box)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> getCurrentWeatherListInCycle(double lat, double lon, short count)
retrofit2.Call<net.aksingh.owmjapis.model.CurrentWeatherList> getCurrentWeatherListByCityId(String ids)