# 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.
NewAPIError creates a new API error.
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.
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.
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.
# Structs
AddOneCreated
Created
*/.
AddOneDefault
error
*/.
AddOneParams contains all the parameters to send to the API endpoint
for the add one operation typically these are written to a http.Request
*/.
No description provided by the author
APIError wraps an error model and captures the status code.
Client for todos API
*/.
DestroyOneDefault
error
*/.
DestroyOneNoContent
Deleted
*/.
DestroyOneParams contains all the parameters to send to the API endpoint
for the destroy one operation typically these are written to a http.Request
*/.
No description provided by the author
FindDefault
error
*/.
FindOK
OK
*/.
FindParams contains all the parameters to send to the API endpoint
for the find operation typically these are written to a http.Request
*/.
No description provided by the author
UpdateOneDefault
error
*/.
UpdateOneOK
OK
*/.
UpdateOneParams contains all the parameters to send to the API endpoint
for the update one operation typically these are written to a http.Request
*/.
No description provided by the author