qcrboxapiclient.api.applications.list_applications

async qcrboxapiclient.api.applications.list_applications.asyncio(*, client)

List all applications

Retrieve a list of registered applications.

Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Return type:

Union[QCrBoxErrorResponse, QCrBoxResponseApplicationsResponse, None]

Returns:

Union[QCrBoxErrorResponse, QCrBoxResponseApplicationsResponse]

Parameters:

client (AuthenticatedClient | Client)

async qcrboxapiclient.api.applications.list_applications.asyncio_detailed(*, client)

List all applications

Retrieve a list of registered applications.

Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Return type:

Response[Union[QCrBoxErrorResponse, QCrBoxResponseApplicationsResponse]]

Returns:

Response[Union[QCrBoxErrorResponse, QCrBoxResponseApplicationsResponse]]

Parameters:

client (AuthenticatedClient | Client)

qcrboxapiclient.api.applications.list_applications.sync(*, client)

List all applications

Retrieve a list of registered applications.

Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Return type:

Union[QCrBoxErrorResponse, QCrBoxResponseApplicationsResponse, None]

Returns:

Union[QCrBoxErrorResponse, QCrBoxResponseApplicationsResponse]

Parameters:

client (AuthenticatedClient | Client)

qcrboxapiclient.api.applications.list_applications.sync_detailed(*, client)

List all applications

Retrieve a list of registered applications.

Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Return type:

Response[Union[QCrBoxErrorResponse, QCrBoxResponseApplicationsResponse]]

Returns:

Response[Union[QCrBoxErrorResponse, QCrBoxResponseApplicationsResponse]]

Parameters:

client (AuthenticatedClient | Client)