# Functions
New creates a new users API client.
NewCreateUserBadRequest creates a CreateUserBadRequest with default headers values.
NewCreateUserConflict creates a CreateUserConflict with default headers values.
NewCreateUserOK creates a CreateUserOK with default headers values.
NewCreateUserParams creates a new CreateUserParams object, with the default timeout for this client.
NewCreateUserParamsWithContext creates a new CreateUserParams object with the ability to set a context for a request.
NewCreateUserParamsWithHTTPClient creates a new CreateUserParams object with the ability to set a custom HTTPClient for a request.
NewCreateUserParamsWithTimeout creates a new CreateUserParams object with the ability to set a timeout on a request.
NewDeleteUserBadRequest creates a DeleteUserBadRequest with default headers values.
NewDeleteUserNotFound creates a DeleteUserNotFound with default headers values.
NewDeleteUserOK creates a DeleteUserOK with default headers values.
NewDeleteUserParams creates a new DeleteUserParams object, with the default timeout for this client.
NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.
NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.
NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.
NewGetCurrentUserNotFound creates a GetCurrentUserNotFound with default headers values.
NewGetCurrentUserOK creates a GetCurrentUserOK with default headers values.
NewGetCurrentUserParams creates a new GetCurrentUserParams object, with the default timeout for this client.
NewGetCurrentUserParamsWithContext creates a new GetCurrentUserParams object with the ability to set a context for a request.
NewGetCurrentUserParamsWithHTTPClient creates a new GetCurrentUserParams object with the ability to set a custom HTTPClient for a request.
NewGetCurrentUserParamsWithTimeout creates a new GetCurrentUserParams object with the ability to set a timeout on a request.
NewGetUserNotFound creates a GetUserNotFound with default headers values.
NewGetUserOK creates a GetUserOK with default headers values.
NewGetUserParams creates a new GetUserParams object, with the default timeout for this client.
NewGetUserParamsWithContext creates a new GetUserParams object with the ability to set a context for a request.
NewGetUserParamsWithHTTPClient creates a new GetUserParams object with the ability to set a custom HTTPClient for a request.
NewGetUserParamsWithTimeout creates a new GetUserParams object with the ability to set a timeout on a request.
NewGetUsersOK creates a GetUsersOK with default headers values.
NewGetUsersParams creates a new GetUsersParams object, with the default timeout for this client.
NewGetUsersParamsWithContext creates a new GetUsersParams object with the ability to set a context for a request.
NewGetUsersParamsWithHTTPClient creates a new GetUsersParams object with the ability to set a custom HTTPClient for a request.
NewGetUsersParamsWithTimeout creates a new GetUsersParams object with the ability to set a timeout on a request.
NewUpdateCurrentUserBadRequest creates a UpdateCurrentUserBadRequest with default headers values.
NewUpdateCurrentUserNotFound creates a UpdateCurrentUserNotFound with default headers values.
NewUpdateCurrentUserOK creates a UpdateCurrentUserOK with default headers values.
NewUpdateCurrentUserParams creates a new UpdateCurrentUserParams object, with the default timeout for this client.
NewUpdateCurrentUserParamsWithContext creates a new UpdateCurrentUserParams object with the ability to set a context for a request.
NewUpdateCurrentUserParamsWithHTTPClient creates a new UpdateCurrentUserParams object with the ability to set a custom HTTPClient for a request.
NewUpdateCurrentUserParamsWithTimeout creates a new UpdateCurrentUserParams object with the ability to set a timeout on a request.
NewUpdateUserBadRequest creates a UpdateUserBadRequest with default headers values.
NewUpdateUserNotFound creates a UpdateUserNotFound with default headers values.
NewUpdateUserOK creates a UpdateUserOK with default headers values.
NewUpdateUserParams creates a new UpdateUserParams object, with the default timeout for this client.
NewUpdateUserParamsWithContext creates a new UpdateUserParams object with the ability to set a context for a request.
NewUpdateUserParamsWithHTTPClient creates a new UpdateUserParams object with the ability to set a custom HTTPClient for a request.
NewUpdateUserParamsWithTimeout creates a new UpdateUserParams object with the ability to set a timeout on a request.
# Structs
Client for users API
*/.
CreateUserBadRequest describes a response with status code 400, with default header values.
CreateUserConflict describes a response with status code 409, with default header values.
CreateUserOK describes a response with status code 200, with default header values.
CreateUserParams contains all the parameters to send to the API endpoint
for the create user operation.
CreateUserReader is a Reader for the CreateUser structure.
DeleteUserBadRequest describes a response with status code 400, with default header values.
DeleteUserNotFound describes a response with status code 404, with default header values.
DeleteUserOK describes a response with status code 200, with default header values.
DeleteUserParams contains all the parameters to send to the API endpoint
for the delete user operation.
DeleteUserReader is a Reader for the DeleteUser structure.
GetCurrentUserNotFound describes a response with status code 404, with default header values.
GetCurrentUserOK describes a response with status code 200, with default header values.
GetCurrentUserParams contains all the parameters to send to the API endpoint
for the get current user operation.
GetCurrentUserReader is a Reader for the GetCurrentUser structure.
GetUserNotFound describes a response with status code 404, with default header values.
GetUserOK describes a response with status code 200, with default header values.
GetUserParams contains all the parameters to send to the API endpoint
for the get user operation.
GetUserReader is a Reader for the GetUser structure.
GetUsersOK describes a response with status code 200, with default header values.
GetUsersParams contains all the parameters to send to the API endpoint
for the get users operation.
GetUsersReader is a Reader for the GetUsers structure.
UpdateCurrentUserBadRequest describes a response with status code 400, with default header values.
UpdateCurrentUserNotFound describes a response with status code 404, with default header values.
UpdateCurrentUserOK describes a response with status code 200, with default header values.
UpdateCurrentUserParams contains all the parameters to send to the API endpoint
for the update current user operation.
UpdateCurrentUserReader is a Reader for the UpdateCurrentUser structure.
UpdateUserBadRequest describes a response with status code 400, with default header values.
UpdateUserNotFound describes a response with status code 404, with default header values.
UpdateUserOK describes a response with status code 200, with default header values.
UpdateUserParams contains all the parameters to send to the API endpoint
for the update user operation.
UpdateUserReader is a Reader for the UpdateUser structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.