sigopt_GET {SigOptR} | R Documentation |
GET request to SigOpt API path, with json encoded body
sigopt_GET(path, query = NULL, api_token = sigopt_api_token())
path |
path of SigOpt API url to POST to |
query |
list of query parameters to be url-encoded |
api_token |
SigOpt api token |
result of request to SigOpt API, needs to be JSON decoded
sigopt_parse
, which parses the result of this function