sigopt_POST: POST request to SigOpt API path, with json encoded body

Description Usage Arguments Value See Also

Description

POST request to SigOpt API path, with json encoded body

Usage

1
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


SigOptR documentation built on May 2, 2019, 1:26 p.m.

Related to sigopt_POST in SigOptR...