rhino_health.lib.endpoints.dataschema.dataschema_endpoints#

Module Contents#

Classes#

DataschameEndpoints

class rhino_health.lib.endpoints.dataschema.dataschema_endpoints.DataschameEndpoints(session)#

Bases: DataschemaEndpoints

remove_dataschema(self, dataschema_uid: str)#

Removes a Dataschema with the DATASCHAMA_UID from the system .. warning:: This feature is under development and incomplete

get_dataschemas(self, datascehama_uids: Optional[List[str]] = None) List[rhino_health.lib.endpoints.dataschema.dataschema_dataclass.Dataschema]#

Gets the Dataschemas with the specified DATASCHEMA_UIDS

Warning

This feature is under development and the interface may change