Learn R Programming

OnboardClient (version 1.0.0)

api.get: API GET call

Description

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

Usage

api.get(endpoint)

Value

A list or data.frame of the API output.

Arguments

endpoint

A character string containing a valid Onboard API endpoint.

Examples

Run this code
if (FALSE)  whoami <- api.get('whoami') 

Run the code above in your browser using DataLab