cdes_list_cdesets

List available CDE sets

Functions

async pydelfini.delfini_core.api.cde.cdes_list_cdesets.asyncio(*, client)[source]

List available CDE sets

TODO

Raises:
  • errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.

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

Returns:

Union[CdesetList]

Parameters:

client (AuthenticatedClient | Client)

Return type:

CdesetList

async pydelfini.delfini_core.api.cde.cdes_list_cdesets.asyncio_detailed(*, client)[source]

List available CDE sets

TODO

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.

Returns:

Response[Union[CdesetList, ServerError]]

Parameters:

client (AuthenticatedClient | Client)

Return type:

Response[CdesetList | ServerError]

pydelfini.delfini_core.api.cde.cdes_list_cdesets.sync(*, client)[source]

List available CDE sets

TODO

Raises:
  • errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.

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

Returns:

Union[CdesetList]

Parameters:

client (AuthenticatedClient | Client)

Return type:

CdesetList

pydelfini.delfini_core.api.cde.cdes_list_cdesets.sync_detailed(*, client)[source]

List available CDE sets

TODO

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.

Returns:

Response[Union[CdesetList, ServerError]]

Parameters:

client (AuthenticatedClient | Client)

Return type:

Response[CdesetList | ServerError]