# 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.
NewPatchRequest calls the generic Patch builder with application/json body.
NewPatchRequestWithBody generates requests for Patch with any type of body.
NewRawClient Creates a new Client, with reasonable defaults.
NewResetPasswordRequest generates requests for ResetPassword.
NewUpdateRequest calls the generic Update builder with application/json body.
NewUpdateRequestWithBody generates requests for Update with any type of body.

# 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.
No description provided by the author
No description provided by the author
No description provided by the author
InstanceCreateUserRequest defines model for instance.CreateUserRequest.
InstanceCreateUserResponse defines model for instance.CreateUserResponse.
InstanceError defines model for instance.Error.
InstanceGetUserResponse defines model for instance.GetUserResponse.
InstanceListUser defines model for instance.ListUser.
InstanceListUserResponse defines model for instance.ListUserResponse.
InstanceResponseUser defines model for instance.ResponseUser.
InstanceUpdateUserRequest defines model for instance.UpdateUserRequest.
InstanceUser defines model for instance.User.
No description provided by the author
No description provided by the author
No description provided by the author
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.
PatchJSONRequestBody defines body for Patch for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateJSONRequestBody defines body for Update for application/json ContentType.