# Functions
NewClient creates a new ClientWithResponses, which wraps Client with return type handling.
NewListRequest generates requests for List.
NewRawClient Creates a new Client, with reasonable defaults.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on rawClientInterface to offer response payloads.
InstanceSchema defines model for InstanceSchema.
No description provided by the author
Offering defines model for Offering.
Offerings defines model for Offerings.
Plan defines model for Plan.
Schema defines model for Schema.
# Interfaces
ClientWithResponsesInterface is the interface specification for the client with responses above.
# Type aliases
RequestEditorFn is the function signature for the RequestEditor callback function.