Get A Task

By now, Completed tasks are not implemented in the REST API, so no completed task will be returned by using this client.

get(id)

const myClient // an authorized client instance
myClient.task.get("valid_id").then(res => console.log(res)) // {task object}

Last updated