# Packages
Package backups provides primitives to interact with the openapi HTTP API.
Package flavors provides primitives to interact with the openapi HTTP API.
Package instance provides primitives to interact with the openapi HTTP API.
Package storage provides primitives to interact with the openapi HTTP API.
Package users provides primitives to interact with the openapi HTTP API.
Package versions provides primitives to interact with the openapi HTTP API.
# Functions
NewClient creates a new ClientWithResponses, which wraps Client with return type handling.
No description provided by the author
No description provided by the author
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
# Variables
No description provided by the author
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on rawClientInterface to offer response payloads.
# Type aliases
ClientOption allows setting custom parameters during construction.