bayesline.apiclient.AsyncBayeslineApiClient#
- class bayesline.apiclient.AsyncBayeslineApiClient(client: AsyncApiClient, tqdm_progress: bool)#
- __init__(client: AsyncApiClient, tqdm_progress: bool)#
Methods
__init__(client, tqdm_progress)new_client(*[, endpoint, client, proxy, ...])Attributes
Get the equity API.
Get the user permissions API.
Gets the top level settings registry.
Get the tasks API.
- __init__(client: AsyncApiClient, tqdm_progress: bool)#
- classmethod new_client(*, endpoint: str = 'https://api.bayesline.com', api_key: str, client: AsyncClient | Client | None = None, proxy: str | None = None, verify: bool = True, tqdm_progress: bool = False) AsyncBayeslineApi#
- property equity: AsyncBayeslineEquityApi#
Get the equity API.
Returns#
- AsyncBayeslineEquityApi
The equity API.
- property settings_registry: AsyncSettingsRegistry#
Gets the top level settings registry.
The top level settings registry gives access to all settings used throughout the system.
Returns#
NewSettingsRegistry
- property permissions: AsyncPermissionsApi#
Get the user permissions API.
Returns#
- AsyncPermissionsApi
The user permissions API.
- property incidents: AsyncIncidentsServiceApi#
- property tasks: AsyncTasksApi#
Get the tasks API.
Returns#
- AsyncTasksApi
The tasks API.