Description Usage Arguments Value
The get_request
is used to express HTTP-GET verb in LCCS-WS
endpoints
The post_request
is used to express HTTP-POST verb in LCCS-WS
endpoints. This require a BDC-OAuth token
The put_request
is used to express HTTP-PUT verb in LCCS-WS
endpoints. This require a BDC-OAuth token
The delete_request
is used to express HTTP-DELETE verb in LCCS-WS
endpoints. This require a BDC-OAuth token
1 2 3 4 5 6 7 | get_request(q, ...)
post_request(q, ..., encode = c("json", "multipart", "form"))
put_request(q, ..., encode = c("json", "multipart", "form"))
delete_request(q, ...)
|
q |
a |
... |
extra parameters to be used in |
encode |
a |
Returns an RLCCSDocument
The contents of the class may vary depending
on the operation being
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.