# Packages

Package cluster provides primitives to interact with the openapi HTTP API.
Package credentials provides primitives to interact with the openapi HTTP API.
Package operation provides primitives to interact with the openapi HTTP API.
Package project provides primitives to interact with the openapi HTTP API.
Package provideroptions 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
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.

# 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.