api.get {OnboardClient} | R Documentation |
Uses http GET call to return an object from the API.
api.get(endpoint)
endpoint |
A character string containing a valid Onboard API endpoint. |
A list or data.frame of the API output.
## Not run: whoami <- api.get('whoami')