rockr.put {rockr} | R Documentation |
Generic REST resource update.
Description
Generic REST resource update.
Usage
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()
[Package rockr version 1.0.0 Index]