Skip to main content

class Contree

Asynchronous ConTree SDK client. client is any contree_client.base.ContreeAsyncClient (e.g. contree_client.httpx.ContreeAsyncClient); contree_sdk never builds one itself, so callers control transport, retries and auth.

Attributes

FilesManager
FilesManagerManager for file operations.
ImagesManager
ImagesManagerManager for image operations.

class ContreeSync

Synchronous ConTree SDK client. client is any contree_client.base.ContreeSyncClient (e.g. contree_client.httpx.ContreeClient); contree_sdk never builds one itself, so callers control transport, retries and auth.

Attributes

ImagesManagerSync
ImagesManagerSyncManager for image operations.
FilesManagerSync
FilesManagerSyncManager for file operations.