# 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.
NewListRequest generates requests for List.
NewRawClient Creates a new Client, with reasonable defaults.
# Constants
No description provided by the author
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on rawClientInterface to offer response payloads.
CreateJSONBody defines parameters for Create.
No description provided by the author
No description provided by the author
HttpCheckChildResponse defines model for HttpCheckChildResponse.
HttpCheckResponse defines model for HttpCheckResponse.
No description provided by the author
Message defines model for Message.
PermissionDenied defines model for PermissionDenied.
# 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.