sigopt_POST {SigOptR} | R Documentation |
POST request to SigOpt API path, with json encoded body
Description
POST request to SigOpt API path, with json encoded body
Usage
sigopt_POST(path, body, api_token = sigopt_api_token())
Arguments
path |
path of SigOpt API url to POST to |
body |
POST body, will be json-encoded |
api_token |
SigOpt api token |
Value
result of request to SigOpt API, needs to be JSON decoded
See Also
sigopt_parse
, which parses the result of this function
[Package SigOptR version 0.0.1 Index]