bayesline.api.AsyncBayeslineApi#
- class bayesline.api.AsyncBayeslineApi#
Abstract base class for Bayesline API operations.
- __init__()#
Methods
__init__()Attributes
Get the equity API.
Get the user permissions API.
Gets the top level settings registry.
Get the tasks API.
- abstract property equity: AsyncBayeslineEquityApi#
Get the equity API.
Returns#
- AsyncBayeslineEquityApi
The equity API.
- abstract 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
- abstract property permissions: AsyncPermissionsApi#
Get the user permissions API.
Returns#
- AsyncPermissionsApi
The user permissions API.
- abstract property tasks: AsyncTasksApi#
Get the tasks API.
Returns#
- AsyncTasksApi
The tasks API.