# Functions
New creates a new todos API client.
NewCreateOneCreated creates a CreateOneCreated with default headers values.
NewCreateOneDefault creates a CreateOneDefault with default headers values.
NewCreateOneParams creates a new CreateOneParams object with the default values initialized.
NewCreateOneParamsWithContext creates a new CreateOneParams object with the default values initialized, and the ability to set a context for a request.
NewCreateOneParamsWithHTTPClient creates a new CreateOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewCreateOneParamsWithTimeout creates a new CreateOneParams object with the default values initialized, and the ability to set a timeout on a request.
NewDeleteOneDefault creates a DeleteOneDefault with default headers values.
NewDeleteOneNoContent creates a DeleteOneNoContent with default headers values.
NewDeleteOneParams creates a new DeleteOneParams object with the default values initialized.
NewDeleteOneParamsWithContext creates a new DeleteOneParams object with the default values initialized, and the ability to set a context for a request.
NewDeleteOneParamsWithHTTPClient creates a new DeleteOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDeleteOneParamsWithTimeout creates a new DeleteOneParams object with the default values initialized, and the ability to set a timeout on a request.
NewPatchOneDefault creates a PatchOneDefault with default headers values.
NewPatchOneOK creates a PatchOneOK with default headers values.
NewPatchOneParams creates a new PatchOneParams object with the default values initialized.
NewPatchOneParamsWithContext creates a new PatchOneParams object with the default values initialized, and the ability to set a context for a request.
NewPatchOneParamsWithHTTPClient creates a new PatchOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPatchOneParamsWithTimeout creates a new PatchOneParams object with the default values initialized, and the ability to set a timeout on a request.
NewReadTodosDefault creates a ReadTodosDefault with default headers values.
NewReadTodosOK creates a ReadTodosOK with default headers values.
NewReadTodosParams creates a new ReadTodosParams object with the default values initialized.
NewReadTodosParamsWithContext creates a new ReadTodosParams object with the default values initialized, and the ability to set a context for a request.
NewReadTodosParamsWithHTTPClient creates a new ReadTodosParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewReadTodosParamsWithTimeout creates a new ReadTodosParams 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
Client for todos API
*/.
CreateOneCreated handles this case with default header values.
CreateOneDefault handles this case with default header values.
CreateOneParams contains all the parameters to send to the API endpoint
for the create one operation typically these are written to a http.Request
*/.
CreateOneReader is a Reader for the CreateOne structure.
DeleteOneDefault handles this case with default header values.
DeleteOneNoContent handles this case with default header values.
DeleteOneParams contains all the parameters to send to the API endpoint
for the delete one operation typically these are written to a http.Request
*/.
DeleteOneReader is a Reader for the DeleteOne structure.
PatchOneBody patch one body
swagger:model PatchOneBody
*/.
PatchOneDefault handles this case with default header values.
PatchOneOK handles this case with default header values.
PatchOneParams contains all the parameters to send to the API endpoint
for the patch one operation typically these are written to a http.Request
*/.
PatchOneReader is a Reader for the PatchOne structure.
ReadTodosDefault handles this case with default header values.
ReadTodosOK handles this case with default header values.
ReadTodosParams contains all the parameters to send to the API endpoint
for the read todos operation typically these are written to a http.Request
*/.
ReadTodosReader is a Reader for the ReadTodos 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.
# Interfaces
ClientService is the interface for Client methods.