OpenWeather
A BDK Book containing operations to fetch real-time temperature data via the OpenWeather API.
Note: These operations are part of the OpenWeather Book (BDK). To use this book, you need to first learn it in your agent.
Connectivity
This Book supports the connectivity methods described in this section.
Connect using API Key
Authenticate to OpenWeather using the specified API key. You can obtain your own API key by visiting OpenWeather's website at https://openweathermap.org/appid.
Label | Description | Type |
---|---|---|
API Key | The API key to be used for connecting | text |
Configuration
The following table details all the available configuration options for this book.
Concept | Description | Type | Default Value |
---|---|---|---|
timeout | Timeout in seconds when making API calls to OpenWeather | number | 30 |
Configuration can be set or retrieved as shown in the following examples:
the department's Open Weather's timeout is 30
Updated 8 days ago