# Functions

NewClient creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateRequest calls the generic Create builder with application/json body.
NewCreateRequestWithBody generates requests for Create with any type of body.
NewDeleteRequest generates requests for Delete.
NewGetRequest generates requests for Get.
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.
CreateJSONBody defines parameters for Create.
CreateParams defines parameters for Create.
No description provided by the author
DeleteParams defines parameters for Delete.
No description provided by the author
GetParams defines parameters for Get.
No description provided by the author

# Interfaces

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

# Type aliases

CreateJSONRequestBody defines body for Create for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.