List of projects
Usage
get_all_projects(token = get_todoist_api_token())Examples
if (FALSE) { # \dontrun{
# Set API key first
set_todoist_api_token()
# Get all projects
projects <- get_all_projects()
} # }
List of projects
get_all_projects(token = get_todoist_api_token())if (FALSE) { # \dontrun{
# Set API key first
set_todoist_api_token()
# Get all projects
projects <- get_all_projects()
} # }