Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 885 Bytes

APIStatus.md

File metadata and controls

20 lines (15 loc) · 885 Bytes

tba_api_v3.model.APIStatus

Load the model package

import 'package:tba_api_v3/api.dart';

Properties

Name Type Description Notes
currentSeason int Year of the current FRC season.
maxSeason int Maximum FRC season year for valid queries.
isDatafeedDown bool True if the entire FMS API provided by FIRST is down.
downEvents BuiltList<String> An array of strings containing event keys of any active events that are no longer updating.
ios APIStatusAppVersion
android APIStatusAppVersion

[Back to Model list] [Back to API list] [Back to README]