# Functions
Delete deletes the given apiObject from the public Constellation API.
DeleteWithSignature deletes the given apiObject and it's signature from the public Constellation API.
Fetch fetches the given apiObject from the public Constellation API.
NewClient creates a new client for the versions API.
NewReadOnlyClient creates a new read-only client.
SignAndUpdate signs the given apiObject and updates the object and it's signature in the API.
Update creates/updates the given apiObject in the public Constellation API.
# Structs
Client is the a general client for all APIs.
NotFoundError is an error that is returned when a resource is not found.
# Interfaces
APIObject is an object that is used to perform CRUD operations on the API.
# Type aliases
CloseFunc is a function that closes the client.