getFromTheBlueAlliance: Get information from TheBlueAlliance.com

View source: R/get.R

getFromTheBlueAllianceR Documentation

Get information from TheBlueAlliance.com

Description

A low-level interface to the version-3 API from TheBlueAlliance.com

Usage

getFromTheBlueAlliance(apiPath, authKey = defaultAuthKey())

Arguments

apiPath

An API command as described in https://www.thebluealliance.com/apidocs/v3.

authKey

Your TheBlueAlliance.com authentication key.

Value

A JSON object.

References

https://www.thebluealliance.com/apidocs/v3

Examples

j <- getFromTheBlueAlliance(paste(sep="/", "events", 2022, "simple"))
str(httr::content(j))

BillDunlap/TheBlueAlliance documentation built on April 29, 2022, 12:23 a.m.