Description
HTTP POST method
Usage
.post(
path,
query = NULL,
body = NULL,
content.type = "application/json",
accept = "application/json"
)
Arguments
- path
API path
- query
query string parameters
- body
request body (will be serialized to JSON)
- content.type
Content-Type of the body