# Functions

New creates a new users API client.
NewAddUserBadRequest creates a AddUserBadRequest with default headers values.
NewAddUserCreated creates a AddUserCreated with default headers values.
NewAddUserDefault creates a AddUserDefault with default headers values.
NewAddUserParams creates a new AddUserParams object, with the default timeout for this client.
NewAddUserParamsWithContext creates a new AddUserParams object with the ability to set a context for a request.
NewAddUserParamsWithHTTPClient creates a new AddUserParams object with the ability to set a custom HTTPClient for a request.
NewAddUserParamsWithTimeout creates a new AddUserParams object with the ability to set a timeout on a request.
NewDeleteUserDefault creates a DeleteUserDefault with default headers values.
NewDeleteUserNoContent creates a DeleteUserNoContent with default headers values.
NewDeleteUserNotFound creates a DeleteUserNotFound 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.
NewFindUsersDefault creates a FindUsersDefault with default headers values.
NewFindUsersOK creates a FindUsersOK with default headers values.
NewFindUsersParams creates a new FindUsersParams object, with the default timeout for this client.
NewFindUsersParamsWithContext creates a new FindUsersParams object with the ability to set a context for a request.
NewFindUsersParamsWithHTTPClient creates a new FindUsersParams object with the ability to set a custom HTTPClient for a request.
NewFindUsersParamsWithTimeout creates a new FindUsersParams object with the ability to set a timeout on a request.
NewViewUserDefault creates a ViewUserDefault with default headers values.
NewViewUserNotFound creates a ViewUserNotFound with default headers values.
NewViewUserOK creates a ViewUserOK with default headers values.
NewViewUserParams creates a new ViewUserParams object, with the default timeout for this client.
NewViewUserParamsWithContext creates a new ViewUserParams object with the ability to set a context for a request.
NewViewUserParamsWithHTTPClient creates a new ViewUserParams object with the ability to set a custom HTTPClient for a request.
NewViewUserParamsWithTimeout creates a new ViewUserParams object with the ability to set a timeout on a request.

# Structs

AddUserBadRequest describes a response with status code 400, with default header values.
AddUserCreated describes a response with status code 201, with default header values.
AddUserDefault describes a response with status code -1, with default header values.
AddUserParams contains all the parameters to send to the API endpoint for the add user operation.
AddUserReader is a Reader for the AddUser structure.
Client for users API */.
DeleteUserDefault describes a response with status code -1, with default header values.
DeleteUserNoContent describes a response with status code 204, with default header values.
DeleteUserNotFound describes a response with status code 404, 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.
FindUsersDefault describes a response with status code -1, with default header values.
FindUsersOK describes a response with status code 200, with default header values.
FindUsersParams contains all the parameters to send to the API endpoint for the find users operation.
FindUsersReader is a Reader for the FindUsers structure.
ViewUserDefault describes a response with status code -1, with default header values.
ViewUserNotFound describes a response with status code 404, with default header values.
ViewUserOK describes a response with status code 200, with default header values.
ViewUserParams contains all the parameters to send to the API endpoint for the view user operation.
ViewUserReader is a Reader for the ViewUser structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.