# Functions
New creates a new todos API client.
NewAddOneCreated creates a AddOneCreated with default headers values.
NewAddOneDefault creates a AddOneDefault with default headers values.
NewAddOneParams creates a new AddOneParams object, with the default timeout for this client.
NewAddOneParamsWithContext creates a new AddOneParams object with the ability to set a context for a request.
NewAddOneParamsWithHTTPClient creates a new AddOneParams object with the ability to set a custom HTTPClient for a request.
NewAddOneParamsWithTimeout creates a new AddOneParams object with the ability to set a timeout on a request.
NewDestroyOneDefault creates a DestroyOneDefault with default headers values.
NewDestroyOneNoContent creates a DestroyOneNoContent with default headers values.
NewDestroyOneParams creates a new DestroyOneParams object, with the default timeout for this client.
NewDestroyOneParamsWithContext creates a new DestroyOneParams object with the ability to set a context for a request.
NewDestroyOneParamsWithHTTPClient creates a new DestroyOneParams object with the ability to set a custom HTTPClient for a request.
NewDestroyOneParamsWithTimeout creates a new DestroyOneParams object with the ability to set a timeout on a request.
NewFindDefault creates a FindDefault with default headers values.
NewFindOK creates a FindOK with default headers values.
NewFindParams creates a new FindParams object, with the default timeout for this client.
NewFindParamsWithContext creates a new FindParams object with the ability to set a context for a request.
NewFindParamsWithHTTPClient creates a new FindParams object with the ability to set a custom HTTPClient for a request.
NewFindParamsWithTimeout creates a new FindParams object with the ability to set a timeout on a request.
NewUpdateOneDefault creates a UpdateOneDefault with default headers values.
NewUpdateOneOK creates a UpdateOneOK with default headers values.
NewUpdateOneParams creates a new UpdateOneParams object, with the default timeout for this client.
NewUpdateOneParamsWithContext creates a new UpdateOneParams object with the ability to set a context for a request.
NewUpdateOneParamsWithHTTPClient creates a new UpdateOneParams object with the ability to set a custom HTTPClient for a request.
NewUpdateOneParamsWithTimeout creates a new UpdateOneParams object with the ability to set a timeout on a request.
# Structs
AddOneCreated describes a response with status code 201, with default header values.
AddOneDefault describes a response with status code -1, with default header values.
AddOneParams contains all the parameters to send to the API endpoint
for the add one operation.
AddOneReader is a Reader for the AddOne structure.
Client for todos API
*/.
DestroyOneDefault describes a response with status code -1, with default header values.
DestroyOneNoContent describes a response with status code 204, with default header values.
DestroyOneParams contains all the parameters to send to the API endpoint
for the destroy one operation.
DestroyOneReader is a Reader for the DestroyOne structure.
FindDefault describes a response with status code -1, with default header values.
FindOK describes a response with status code 200, with default header values.
FindParams contains all the parameters to send to the API endpoint
for the find operation.
FindReader is a Reader for the Find structure.
UpdateOneDefault describes a response with status code -1, with default header values.
UpdateOneOK describes a response with status code 200, with default header values.
UpdateOneParams contains all the parameters to send to the API endpoint
for the update one operation.
UpdateOneReader is a Reader for the UpdateOne structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.