public class TBA
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DataRequest |
dataRequest
A
DataRequest
object to make direct calls to the API
|
DistrictRequest
|
districtRequest
A
DistrictRequest
object to make calls in which a districtKey is the primary argument
|
EventRequest
|
eventRequest
An
EventRequest
object to make calls in which an eventKey is the primary argument
|
MatchRequest
|
matchRequest
A
MatchRequest
object to make calls in which a matchKey is the primary argument
|
TeamRequest |
teamRequest
A
TeamRequest
object to make calls in which a teamNumber is the primary argument
|
Constructor and Description |
---|
TBA(java.lang.String authKey)
Create a TBA object to make API requests
|
public final DataRequest dataRequest
DataRequest
object to make direct calls to the API
public final TeamRequest teamRequest
TeamRequest
object to make calls in which a teamNumber
is the primary argument
public final EventRequest eventRequest
EventRequest
object to make calls in which an eventKey
is the primary argument
public final DistrictRequest districtRequest
DistrictRequest
object to make calls in which a districtKey
is the primary argument
public final MatchRequest matchRequest
MatchRequest
object to make calls in which a matchKey
is the primary argument
public TBA(java.lang.String authKey)
authKey
- The Read API Key, generated on your
Account Dashboard on The
Blue Alliance