qtsurfer.api.client.api

Endpoint subpackages — re-export of the generated _generated.api.

Each tag in the OpenAPI spec becomes a submodule (exchange, strategy, backtesting, dataset) containing one endpoint per file. Each endpoint module exposes sync, sync_detailed, asyncio, asyncio_detailed.

 1"""Endpoint subpackages — re-export of the generated ``_generated.api``.
 2
 3Each tag in the OpenAPI spec becomes a submodule (``exchange``,
 4``strategy``, ``backtesting``, ``dataset``) containing one endpoint per
 5file. Each endpoint module exposes ``sync``, ``sync_detailed``, ``asyncio``,
 6``asyncio_detailed``.
 7"""
 8
 9from qtsurfer.api.client.api import auth, backtesting, dataset, exchange, strategy
10
11__all__ = ["auth", "backtesting", "dataset", "exchange", "strategy"]