Skip to contents

List of projects

Usage

get_all_projects(token = get_todoist_api_token())

Arguments

token

todoist API token

Value

list of all projects

Examples

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