diario_get_task_list.Rd
This function retrieves the task list of a specific project by its ID.
diario_get_task_list(project_id)
A valid non-empty string with the project ID.
A tibble containing the task list.
if (FALSE) { # \dontrun{ tasks <- diario_get_task_list("66cf438223aa80386306e647") } # }