Learn R Programming

rtodoist (version 0.2.0)

call_api: Call the good version of API

Description

Call the good version of API

Usage

call_api(
  ...,
  url = "https://api.todoist.com/api/v1/sync",
  token = get_todoist_api_token()
)

Value

list

Arguments

...

any params of POST request

url

url to call

token

todoist API token