# 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
No description provided by the author
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
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 ClientInterface to offer response payloads.
# Type aliases
ClientOption allows setting custom parameters during construction.