get_all_data | R Documentation |
Collect all the objects in a list. This allows you to explore your to-do list.
get_all_data(token = get_todoist_api_token())
token |
todoist API token |
list of all objects
## Not run:
# Set API key first
set_todoist_api_token()
# Get all objects
objects <- get_all_data()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.