DelfiniClient¶
- class pydelfini.client.DelfiniClient(core)[source]¶
Bases:
object
Main class for interacting with a Delfini instance.
- Parameters:
core (AuthenticatedClient)
- get_collection_by_name(collection_name)[source]¶
Retrieve a single collection given its name.
- Raises:
ValueError – if the collection could not be found or if more than one collection was found with the given name
- Parameters:
collection_name (str)
- Return type: