Skip to main content
The Python SDK currently exposes a configured HTTP client rather than typed service methods. Endpoint paths and payloads are documented in the API Reference.

Client

config is a ClientConfiguration or a plain dict.

Configuration

Constructors

Request Methods

Async and synchronous variants of each verb:

Lifecycle

Both context manager protocols are supported — with and async with.

ClientBuilder

ClientBuilder.from_environment() seeds a builder from the environment.

Errors