R/comments.R
get_comments.Rd
Get comments
get_comments( task_id = NULL, project_id = NULL, token = get_todoist_api_token() )
id of the task (either task_id or project_id required)
id of the project (either task_id or project_id required)
todoist API token
tibble of comments
if (FALSE) { # \dontrun{ get_comments(task_id = "12345") get_comments(project_id = "67890") } # }