Return the todoist API token. If this is the first time, you will need to setup your token.

get_todoist_api_token(ask = TRUE)

Arguments

ask

booleen do we have to ask if missing

Value

token (character vector)

Examples

if (FALSE) { get_todoist_api_token() }