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

View source: R/sigopt_api_wrapper.R

sigopt_POSTR 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


sigopt/SigOptR documentation built on Aug. 24, 2023, 4:29 p.m.