# Functions
New creates a new tasks API client.
NewAddCommentToTaskCreated creates a AddCommentToTaskCreated with default headers values.
NewAddCommentToTaskDefault creates a AddCommentToTaskDefault with default headers values.
NewAddCommentToTaskParams creates a new AddCommentToTaskParams object, with the default timeout for this client.
NewAddCommentToTaskParamsWithContext creates a new AddCommentToTaskParams object with the ability to set a context for a request.
NewAddCommentToTaskParamsWithHTTPClient creates a new AddCommentToTaskParams object with the ability to set a custom HTTPClient for a request.
NewAddCommentToTaskParamsWithTimeout creates a new AddCommentToTaskParams object with the ability to set a timeout on a request.
NewCreateTaskCreated creates a CreateTaskCreated with default headers values.
NewCreateTaskDefault creates a CreateTaskDefault with default headers values.
NewCreateTaskParams creates a new CreateTaskParams object, with the default timeout for this client.
NewCreateTaskParamsWithContext creates a new CreateTaskParams object with the ability to set a context for a request.
NewCreateTaskParamsWithHTTPClient creates a new CreateTaskParams object with the ability to set a custom HTTPClient for a request.
NewCreateTaskParamsWithTimeout creates a new CreateTaskParams object with the ability to set a timeout on a request.
NewDeleteTaskDefault creates a DeleteTaskDefault with default headers values.
NewDeleteTaskNoContent creates a DeleteTaskNoContent with default headers values.
NewDeleteTaskParams creates a new DeleteTaskParams object, with the default timeout for this client.
NewDeleteTaskParamsWithContext creates a new DeleteTaskParams object with the ability to set a context for a request.
NewDeleteTaskParamsWithHTTPClient creates a new DeleteTaskParams object with the ability to set a custom HTTPClient for a request.
NewDeleteTaskParamsWithTimeout creates a new DeleteTaskParams object with the ability to set a timeout on a request.
NewGetTaskCommentsDefault creates a GetTaskCommentsDefault with default headers values.
NewGetTaskCommentsOK creates a GetTaskCommentsOK with default headers values.
NewGetTaskCommentsParams creates a new GetTaskCommentsParams object, with the default timeout for this client.
NewGetTaskCommentsParamsWithContext creates a new GetTaskCommentsParams object with the ability to set a context for a request.
NewGetTaskCommentsParamsWithHTTPClient creates a new GetTaskCommentsParams object with the ability to set a custom HTTPClient for a request.
NewGetTaskCommentsParamsWithTimeout creates a new GetTaskCommentsParams object with the ability to set a timeout on a request.
NewGetTaskDetailsDefault creates a GetTaskDetailsDefault with default headers values.
NewGetTaskDetailsOK creates a GetTaskDetailsOK with default headers values.
NewGetTaskDetailsParams creates a new GetTaskDetailsParams object, with the default timeout for this client.
NewGetTaskDetailsParamsWithContext creates a new GetTaskDetailsParams object with the ability to set a context for a request.
NewGetTaskDetailsParamsWithHTTPClient creates a new GetTaskDetailsParams object with the ability to set a custom HTTPClient for a request.
NewGetTaskDetailsParamsWithTimeout creates a new GetTaskDetailsParams object with the ability to set a timeout on a request.
NewGetTaskDetailsUnprocessableEntity creates a GetTaskDetailsUnprocessableEntity with default headers values.
NewListTasksDefault creates a ListTasksDefault with default headers values.
NewListTasksOK creates a ListTasksOK with default headers values.
NewListTasksParams creates a new ListTasksParams object, with the default timeout for this client.
NewListTasksParamsWithContext creates a new ListTasksParams object with the ability to set a context for a request.
NewListTasksParamsWithHTTPClient creates a new ListTasksParams object with the ability to set a custom HTTPClient for a request.
NewListTasksParamsWithTimeout creates a new ListTasksParams object with the ability to set a timeout on a request.
NewListTasksUnprocessableEntity creates a ListTasksUnprocessableEntity with default headers values.
NewUpdateTaskDefault creates a UpdateTaskDefault with default headers values.
NewUpdateTaskOK creates a UpdateTaskOK with default headers values.
NewUpdateTaskParams creates a new UpdateTaskParams object, with the default timeout for this client.
NewUpdateTaskParamsWithContext creates a new UpdateTaskParams object with the ability to set a context for a request.
NewUpdateTaskParamsWithHTTPClient creates a new UpdateTaskParams object with the ability to set a custom HTTPClient for a request.
NewUpdateTaskParamsWithTimeout creates a new UpdateTaskParams object with the ability to set a timeout on a request.
NewUpdateTaskUnprocessableEntity creates a UpdateTaskUnprocessableEntity with default headers values.
NewUploadTaskFileCreated creates a UploadTaskFileCreated with default headers values.
NewUploadTaskFileDefault creates a UploadTaskFileDefault with default headers values.
NewUploadTaskFileParams creates a new UploadTaskFileParams object, with the default timeout for this client.
NewUploadTaskFileParamsWithContext creates a new UploadTaskFileParams object with the ability to set a context for a request.
NewUploadTaskFileParamsWithHTTPClient creates a new UploadTaskFileParams object with the ability to set a custom HTTPClient for a request.
NewUploadTaskFileParamsWithTimeout creates a new UploadTaskFileParams object with the ability to set a timeout on a request.
# Structs
AddCommentToTaskBody A comment to create
//
// These values can have github flavored markdown.
AddCommentToTaskCreated describes a response with status code 201, with default header values.
AddCommentToTaskDefault describes a response with status code -1, with default header values.
AddCommentToTaskParams contains all the parameters to send to the API endpoint
for the add comment to task operation.
AddCommentToTaskReader is a Reader for the AddCommentToTask structure.
Client for tasks API
*/.
CreateTaskCreated describes a response with status code 201, with default header values.
CreateTaskDefault describes a response with status code -1, with default header values.
CreateTaskParams contains all the parameters to send to the API endpoint
for the create task operation.
CreateTaskReader is a Reader for the CreateTask structure.
DeleteTaskDefault describes a response with status code -1, with default header values.
DeleteTaskNoContent describes a response with status code 204, with default header values.
DeleteTaskParams contains all the parameters to send to the API endpoint
for the delete task operation.
DeleteTaskReader is a Reader for the DeleteTask structure.
GetTaskCommentsDefault describes a response with status code -1, with default header values.
GetTaskCommentsOK describes a response with status code 200, with default header values.
GetTaskCommentsParams contains all the parameters to send to the API endpoint
for the get task comments operation.
GetTaskCommentsReader is a Reader for the GetTaskComments structure.
GetTaskDetailsDefault describes a response with status code -1, with default header values.
GetTaskDetailsOK describes a response with status code 200, with default header values.
GetTaskDetailsParams contains all the parameters to send to the API endpoint
for the get task details operation.
GetTaskDetailsReader is a Reader for the GetTaskDetails structure.
GetTaskDetailsUnprocessableEntity describes a response with status code 422, with default header values.
ListTasksDefault describes a response with status code -1, with default header values.
ListTasksOK describes a response with status code 200, with default header values.
ListTasksParams contains all the parameters to send to the API endpoint
for the list tasks operation.
ListTasksReader is a Reader for the ListTasks structure.
ListTasksUnprocessableEntity describes a response with status code 422, with default header values.
UpdateTaskDefault describes a response with status code -1, with default header values.
UpdateTaskOK describes a response with status code 200, with default header values.
UpdateTaskParams contains all the parameters to send to the API endpoint
for the update task operation.
UpdateTaskReader is a Reader for the UpdateTask structure.
UpdateTaskUnprocessableEntity describes a response with status code 422, with default header values.
UploadTaskFileCreated describes a response with status code 201, with default header values.
UploadTaskFileDefault describes a response with status code -1, with default header values.
UploadTaskFileParams contains all the parameters to send to the API endpoint
for the upload task file operation.
UploadTaskFileReader is a Reader for the UploadTaskFile structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.