planetcasio.client
– Client definition with all features¶
- class planetcasio.client.Client(*, base_url: str = 'https://www.planet-casio.com/', auth: tuple[str, str] | None = None)¶
Bases:
BaseClient
Client for interacting with Planète Casio.
- Parameters:
base_url – Base URL to access Planète Casio.
auth – Credentials to use to access authenticated operations. If
None
(by default), operations will be made anonymously.