qcs_api_client.client.client#

Module Contents#

Functions#

build_sync_client(→ httpx.Client)

Yield a client object suitable for use with the qcs_api_client.sync API functions.

build_async_client(→ httpx.AsyncClient)

Yield a client object suitable for use with the qcs_api_client.asyncio API functions.

qcs_api_client.client.client.build_sync_client(*, configuration: Optional[qcs_api_client.client._configuration.QCSClientConfiguration] = None, client_kwargs: Optional[dict] = None) httpx.Client#

Yield a client object suitable for use with the qcs_api_client.sync API functions.

async qcs_api_client.client.client.build_async_client(*, configuration: Optional[qcs_api_client.client._configuration.QCSClientConfiguration] = None, client_kwargs: Optional[dict] = None) httpx.AsyncClient#

Yield a client object suitable for use with the qcs_api_client.asyncio API functions.