.h2o.doPOST {h2o} | R Documentation |
Just like doRawPOST but fills in the default h2oRestApiVersion if none is provided
Description
Just like doRawPOST but fills in the default h2oRestApiVersion if none is provided
Usage
.h2o.doPOST(h2oRestApiVersion, urlSuffix, parms, ...)
Arguments
h2oRestApiVersion |
(Optional) A version number to prefix to the urlSuffix. If no version is provided, a default version is chosen for you. |
urlSuffix |
The partial URL suffix to add to the calculated base URL for the instance |
parms |
(Optional) Parameters to include in the request |
... |
(Optional) Additional parameters. |
Value
A list object as described above
[Package h2o version 3.44.0.3 Index]