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