# 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.
NewListRequest generates requests for List.
NewRawClient Creates a new Client, with reasonable defaults.
NewResetRequest generates requests for Reset.
# Constants
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
InstanceCreateUserResponse defines model for instance.CreateUserResponse.
InstanceError defines model for instance.Error.
InstanceListUser defines model for instance.ListUser.
InstanceListUserResponse defines model for instance.ListUserResponse.
InstanceResetUserResponse defines model for instance.ResetUserResponse.
InstanceUser defines model for instance.User.
No description provided by the author
No description provided by the author
UserCreateUserRequest defines model for user.CreateUserRequest.
UserGetUserResponse defines model for user.GetUserResponse.
UserResponseUser defines model for user.ResponseUser.
# 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.