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

Obelisk(client, secret, retry_strategy, kind)

Component that contains all the logic to consume data from the Obelisk API (e.g. historical data, sse).

Modules

core

This module contains the asynchronous API to interface with Obelisk CORE.