idig_POST {ridigbio} | R Documentation |
internal POST request
Description
Internal function for POST requests.
Usage
idig_POST(path, body, ...)
Arguments
path |
endpoint |
body |
a list of parameters for the endpoint |
... |
additional arguments to be passed to httr::POST |
Details
Generates a POST request and performs the checks on what is returned. Not exported.
Value
the request (as a list)
Author(s)
Francois Michonneau
[Package ridigbio version 0.3.8 Index]