cads_api_client.Collections#

class cads_api_client.Collections#

Bases: cads_api_client.processing.ApiResponsePaginated

A class to interact with catalogue collections.

property collection_ids: list[str]#

List of collection IDs.

Return type:

list[str]

property json: dict[str, Any]#

Content of the response.

Return type:

dict[str,Any]

property next: Self | None#

Next page.

Return type:

Self or None

property prev: Self | None#

Previous page.

Return type:

Self or None

property url: str#

URL.

Return type:

str