idig_GET {ridigbio}R Documentation

internal GET request

Description

Internal function for GET requests.

Usage

idig_GET(path, ...)

Arguments

path

endpoint

...

additional arguments to be passed to httr::GET

Details

Generates a GET 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]