promote.post {promote} | R Documentation |
Private function for performing a POST request
Description
Private function for performing a POST request
Usage
promote.post(endpoint, query = c(), data, silent = TRUE,
bulk = FALSE)
Arguments
endpoint |
/path for REST request |
query |
url parameters for request |
data |
payload to be converted to raw JSON |
silent |
should output of url to console be silenced?
Default is |
bulk |
is this a bulk style request? Default is |
[Package promote version 1.1.1 Index]