mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-07-03 11:16:44 +03:00
Added tests for forecast functionality.
This commit is contained in:
@@ -31,7 +31,6 @@ import com.github.prominence.openweathermap.api.request.weather.CurrentWeatherRe
|
||||
import static com.github.prominence.openweathermap.api.enums.SubscriptionPlan.*;
|
||||
|
||||
public class OpenWeatherMapClient {
|
||||
|
||||
private final String apiKey;
|
||||
|
||||
public OpenWeatherMapClient(String apiKey) {
|
||||
@@ -47,10 +46,4 @@ public class OpenWeatherMapClient {
|
||||
public FiveDayThreeHourStepForecastRequester forecast5Day3HourStep() {
|
||||
return new FiveDayThreeHourStepForecastRequesterImpl(apiKey);
|
||||
}
|
||||
|
||||
// TODO:
|
||||
// * Forecast: hourly, daily. Probably better to cover all free-plan functionality?
|
||||
// * Air Pollution
|
||||
// * Ultraviolet index
|
||||
// DOCS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user