sigopt_GET {SigOptR} | R Documentation |
GET request to SigOpt API path, with json encoded body
Description
GET request to SigOpt API path, with json encoded body
Usage
sigopt_GET(path, query = NULL, api_token = sigopt_api_token())
Arguments
path |
path of SigOpt API url to POST to |
query |
list of query parameters to be url-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]