Interface OpenWeatherMapClient

Basic client definintion for interacting with the OpenWeatherMap OneCall API.

Hierarchy

  • OpenWeatherMapClient

Properties

Properties

forecast: (<R>(request: ForecastRequest, optionalParams?: RequestParams) => Promise<R>)

Type declaration

timeMachine: (<R>(request: TimeMachineRequest, optionalParams?: RequestParams) => Promise<R>)

Type declaration

Generated using TypeDoc