Air Quality Handler
Handler to interact with the air quality API.
AirQualityHandler
¶
Bases: base.TFLHandler
Handler to interact with the air quality API.
Example
Source code in tfl/clients/handlers/_air_quality_handler.py
get_air_quality()
async
¶
Gets current air quality data feed.
Returns:
Type | Description |
---|---|
httpx.Response
|
The response from the API. |