get_all_data: Get all objects inside a list

View source: R/all_objects.R

get_all_dataR Documentation

Get all objects inside a list

Description

Collect all the objects in a list. This allows you to explore your to-do list.

Usage

get_all_data(token = get_todoist_api_token())

Arguments

token

todoist API token

Value

list of all objects

Examples

## Not run: 
# Set API key first
set_todoist_api_token()
# Get all objects
objects <- get_all_data()

## End(Not run)

VincentGuyader/todoist documentation built on July 4, 2023, 10:04 p.m.