quairy: Low-Leveld Query Function for dairy

Description Usage Arguments Examples

Description

This is a low-level interface to the methods in the API found here: https://www.rememberthemilk.com/services/api/.

Usage

1
quairy(method, ..., .auth = TRUE, .json = FALSE)

Arguments

method

The name of the API method to call.

...

name-value parameter pairs.

.auth

logical indicating whether authentication is required.

.json

logical indicating whether pure json result should be returned instead of an R list (with class quairy_result).

Examples

1
2
3
4
5
6
7
8
## Not run: 
task_list <- quairy("tasks.getList")

timeline <- get_timeline()
new_task <- quairy("tasks.add",
                    name = "Use dairy package", timeline = timeline)

## End(Not run)

smbache/dairy documentation built on May 30, 2019, 5:01 a.m.