Skip to contents

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

Value

the request (as a list)

Details

Generates a POST request and performs the checks on what is returned. Not exported.

Author

Francois Michonneau