rockr.get: Generic REST resource getter.

Description Usage Arguments Value See Also

View source: R/connection.R

Description

Generic REST resource getter.

Usage

1
2
3
4
5
6
7
rockr.get(
  conn,
  ...,
  query = list(),
  acceptType = "application/octet-stream, application/json",
  callback = NULL
)

Arguments

conn

A rockr connection object.

...

Resource path segments.

query

Named list of query parameters.

callback

A callback function to handle the response object.

Value

The response output object.

See Also

Other REST functions: rockr.delete(), rockr.post(), rockr.put()


rockr documentation built on March 12, 2021, 5:06 p.m.