bayesline.apiclient.BayeslineApiClient#

class bayesline.apiclient.BayeslineApiClient(client: ApiClient, tqdm_progress: bool)#

Bases: BayeslineApi

Methods

__init__(client, tqdm_progress)

new_async_client(*[, endpoint, client, ...])

new_client(*[, endpoint, client, proxy, ...])

Attributes

__init__(client: ApiClient, tqdm_progress: bool)#
classmethod new_client(*, endpoint: str = 'https://api.bayesline.com', api_key: str, client: Client | None = None, proxy: str | None = None, verify: bool = True, tqdm_progress: bool = True) BayeslineApi#
classmethod new_async_client(*, endpoint: str = 'https://api.bayesline.com', api_key: str, client: AsyncClient | None = None, proxy: str | None = None, verify: bool = True, tqdm_progress: bool = False) AsyncBayeslineApi#
property equity: BayeslineEquityApi#
property permissions: UserPermissionsApi#
property incidents: IncidentsServiceApi#
property tasks: TasksApi#