api.get {OnboardClient}R Documentation

API GET call

Description

Uses http GET call to return an object from the API.

Usage

api.get(endpoint)

Arguments

endpoint

A character string containing a valid Onboard API endpoint.

Value

A list or data.frame of the API output.

Examples

## Not run:  whoami <- api.get('whoami') 


[Package OnboardClient version 1.0.0 Index]