yhat.post {yhatr} | R Documentation |
Private function for performing a POST request
Description
Private function for performing a POST request
Usage
yhat.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 yhatr version 0.15.1 Index]