yhat.post {yhatr} | R Documentation |
Private function for performing a POST request
yhat.post(endpoint, query = c(), data, silent = TRUE, bulk = FALSE)
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 |