ridigbio (version 0.3.4)

idig_GET: internal GET request

Description

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.