Conveience function for creating a Request Chain.
Example usage:
// Only get the hourly forecast, and extend it.buildOpenWeatherMapRequest("api-token", 42, -42) .units(Units.Metric) .onlyHourly() .execute()
OpenWeatherMap developer API token.
The latitude of a location (in decimal degrees).
The longitude of a location (in decimal degrees).
Optional
Optional query params for the request.
Generated using TypeDoc
Conveience function for creating a Request Chain.
Example usage: