api.get: API GET call

View source: R/api_calls.R

api.getR 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') 


OnboardClient documentation built on Oct. 29, 2022, 5:06 p.m.