obelisk.asynchronous¶
This module contains the asynchronous API to Obelisk-py.
These methods all return an collections.abc.Awaitable
.
Relevant entrance points are client.Obelisk
.
It can be imported from the client
module, or directly from this one.
Classes
|
Component that contains all the logic to consume data from the Obelisk API (e.g. historical data, sse). |
Modules
This module contains the asynchronous API to interface with Obelisk CORE. |