R/all_objects.R
get_all.Rd
Collect all the objects in a list. This allows you to explore your to-do list.
get_all(token = get_todoist_api_token())
token
list of all objects
if (FALSE) { # Set API key first set_todoist_api_token() # Get all objects objects <- get_all() }