# Functions

NewClient creates a new ClientWithResponses, which wraps Client with return type handling.
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.

# Interfaces

ClientWithResponsesInterface is the interface specification for the client with responses above.

# Type aliases

RequestEditorFn is the function signature for the RequestEditor callback function.