call_api: Call the good version of API

View source: R/utils.R

call_apiR Documentation

Call the good version of API

Description

Call the good version of API

Usage

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

Arguments

...

any params of POST request

url

url to call

token

todoist API token

Value

list


ThinkR-open/rtodoist documentation built on July 4, 2023, 7:48 p.m.