Defines the base Response object for the data returned from the Aeris API.
More...
Defines the base Response object for the data returned from the Aeris API.
◆ __init__()
def aerisweather.responses.Response.Response.__init__ |
( |
|
self, |
|
|
|
json_data = None |
|
) |
| |
◆ loc()
def aerisweather.responses.Response.Response.loc |
( |
|
self, |
|
|
|
AerisLocation |
|
) |
| |
Returns a location json object.
◆ data [1/2]
dictionary aerisweather.responses.Response.Response.data = {} |
|
static |
◆ data [2/2]
aerisweather.responses.Response.Response.data |
◆ error
aerisweather.responses.Response.Response.error |
The documentation for this class was generated from the following file:
- C:/Projects/Python/AerisWeatherPythonSDK/aerisweather/responses/Response.py