qcs_api_client.api.client_applications.list_client_applications#

Module Contents#

Functions#

sync(...)

List Client Applications

sync_from_dict(...)

asyncio(...)

List Client Applications

asyncio_from_dict(...)

qcs_api_client.api.client_applications.list_client_applications.sync(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_client_applications_response.ListClientApplicationsResponse]#

List Client Applications

List supported clients of Rigetti system components along with their latest and minimum supported

versions.

Returns

Response[ListClientApplicationsResponse]

qcs_api_client.api.client_applications.list_client_applications.sync_from_dict(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_client_applications_response.ListClientApplicationsResponse]#
async qcs_api_client.api.client_applications.list_client_applications.asyncio(*, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_client_applications_response.ListClientApplicationsResponse]#

List Client Applications

List supported clients of Rigetti system components along with their latest and minimum supported

versions.

Returns

Response[ListClientApplicationsResponse]

async qcs_api_client.api.client_applications.list_client_applications.asyncio_from_dict(*, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_client_applications_response.ListClientApplicationsResponse]#