# 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 values initialized.
NewAddOneParamsWithContext creates a new AddOneParams object with the default values initialized, and the ability to set a context for a request.
NewAddOneParamsWithHTTPClient creates a new AddOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewAddOneParamsWithTimeout creates a new AddOneParams object with the default values initialized, and 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 values initialized.
NewDestroyOneParamsWithContext creates a new DestroyOneParams object with the default values initialized, and the ability to set a context for a request.
NewDestroyOneParamsWithHTTPClient creates a new DestroyOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDestroyOneParamsWithTimeout creates a new DestroyOneParams object with the default values initialized, and 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 values initialized.
NewFindParamsWithContext creates a new FindParams object with the default values initialized, and the ability to set a context for a request.
NewFindParamsWithHTTPClient creates a new FindParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewFindParamsWithTimeout creates a new FindParams object with the default values initialized, and 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 values initialized.
NewUpdateOneParamsWithContext creates a new UpdateOneParams object with the default values initialized, and the ability to set a context for a request.
NewUpdateOneParamsWithHTTPClient creates a new UpdateOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewUpdateOneParamsWithTimeout creates a new UpdateOneParams object with the default values initialized, and the ability to set a timeout on a request.
# Structs
AddOneCreated handles this case with default header values.
AddOneDefault handles this case with default header values.
AddOneParams contains all the parameters to send to the API endpoint
for the add one operation typically these are written to a http.Request
*/.
AddOneReader is a Reader for the AddOne structure.
Client for todos API
*/.
DestroyOneDefault handles this case with default header values.
DestroyOneNoContent handles this case with default header values.
DestroyOneParams contains all the parameters to send to the API endpoint
for the destroy one operation typically these are written to a http.Request
*/.
DestroyOneReader is a Reader for the DestroyOne structure.
FindDefault handles this case with default header values.
FindOK handles this case with default header values.
FindParams contains all the parameters to send to the API endpoint
for the find operation typically these are written to a http.Request
*/.
FindReader is a Reader for the Find structure.
UpdateOneDefault handles this case with default header values.
UpdateOneOK handles this case with default header values.
UpdateOneParams contains all the parameters to send to the API endpoint
for the update one operation typically these are written to a http.Request
*/.
UpdateOneReader is a Reader for the UpdateOne structure.