atomicds.core.client¶
Classes
|
Base API client implementation |
Exceptions
|
Generic error thrown by the Atomic Data Sciences API client |
- class atomicds.core.client.BaseClient(api_key: str, endpoint: str)[source]
Bases:
objectBase API client implementation
- Parameters:
api_key (str | None)
endpoint (str)
api_key – API key.
endpoint – Root API endpoint.
- property session
Session under which HTTP requests are issued
- exception atomicds.core.client.ClientError[source]
Bases:
ExceptionGeneric error thrown by the Atomic Data Sciences API client