idig_POST: internal POST request
Description
Internal function for POST requests.
Usage
idig_POST(path, body, ...)
Value
the request (as a list)
Arguments
- path
endpoint
- body
a list of parameters for the endpoint
- ...
additional arguments to be passed to httr::POST
Author
Francois Michonneau
Details
Generates a POST request and performs the checks on what is returned. Not
exported.