rtm_req: Make an HTTP GET request of the RTM service.

Description Usage Arguments Details Value Examples

View source: R/request.r

Description

This API does not limit requests but note that the service asks: "Please keep requests to an average of 1 request per second. We may throttle certain API keys (or block them entirely) if they utilize too many resources."

Usage

1
rtm_req(method, auth = TRUE, ...)

Arguments

method

name of the RTM method service being requested

auth

logical value indicating whether to include an authentication parameter

...

additional query parameters, must be named

Details

https://www.rememberthemilk.com/services/api/

Value

the response

Examples

1
2
3
4
response <- rtm_req("rtm.test.echo", auth = FALSE, moo = "bar")
response[["moo"]] # bar

rtm_req("rtm.tasks.getList", filter = "dueWithin:\"5 days\"")

jowalski/rtmr documentation built on May 19, 2019, 9:43 p.m.