APIClient (base client)#
This module stores the API client which other modules depend on.
A module for API classes which other modules depend on.
- class yr_weather.client.APIClient(headers: Dict[str, str] | None = None, use_cache: bool = True)#
Bases:
objectA base API client other clients inherit.