.post | R Documentation |
HTTP POST method
.post(
path,
query = NULL,
body = NULL,
content.type = "application/json",
accept = "application/json"
)
path |
API path |
query |
query string parameters |
body |
request body (will be serialized to JSON) |
content.type |
Content-Type of the body |
httr response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.