Skip to contents

Internal function for GET requests.

Usage

idig_GET(path, ...)

Arguments

path

endpoint

...

additional arguments to be passed to httr::GET

Value

the request (as a list)

Details

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

Author

Francois Michonneau