bayesline.apiclient.BayeslineApiClient#
- class bayesline.apiclient.BayeslineApiClient(client: ApiClient, tqdm_progress: bool)#
-
Methods
__init__(client, tqdm_progress)new_async_client(*[, endpoint, client, ...])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.
- 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#
Get the equity API.
Returns#
- BayeslineEquityApi
The equity API.
- property settings_registry: SettingsRegistry#
Gets the top level settings registry.
The top level settings registry gives access to all settings used throughout the system.
Returns#
NewSettingsRegistry
- property permissions: PermissionsApi#
Get the user permissions API.
Returns#
- PermissionsApi
The user permissions API.
- property incidents: IncidentsServiceApi#