rockr.put: Generic REST resource update.

Description Usage Arguments Value See Also

View source: R/connection.R

Description

Generic REST resource update.

Usage

1
2
3
4
5
6
7
8
rockr.put(
  conn,
  ...,
  query = list(),
  body = "",
  contentType = "application/json",
  callback = NULL
)

Arguments

conn

A rockr connection object.

...

Resource path segments.

query

Named list of query parameters.

body

The body of the request.

contentType

The type of the body content. Default is 'application/json'.

callback

A callback function to handle the response object.

Value

The response output object.

See Also

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


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