List of projects

get_projects(token = get_todoist_api_token())

Arguments

token

token

Value

list of all projects

Examples

if (FALSE) { # Set API key first set_todoist_api_token() # Get all projects projects <- get_projects() }