tba-openapi-rust 3.8.2

# Overview Information and statistics about FIRST Robotics Competition teams and events. # Authentication All endpoints require an Auth Key to be passed in the header `X-TBA-Auth-Key`. If you do not have an auth key yet, you can obtain one from your [Account Page](/account).
Documentation
pub mod api_status;
pub use self::api_status::ApiStatus;
pub mod api_status_app_version;
pub use self::api_status_app_version::ApiStatusAppVersion;
pub mod award;
pub use self::award::Award;
pub mod award_recipient;
pub use self::award_recipient::AwardRecipient;
pub mod district_list;
pub use self::district_list::DistrictList;
pub mod district_ranking;
pub use self::district_ranking::DistrictRanking;
pub mod district_ranking_event_points_inner;
pub use self::district_ranking_event_points_inner::DistrictRankingEventPointsInner;
pub mod elimination_alliance;
pub use self::elimination_alliance::EliminationAlliance;
pub mod elimination_alliance_backup;
pub use self::elimination_alliance_backup::EliminationAllianceBackup;
pub mod elimination_alliance_status;
pub use self::elimination_alliance_status::EliminationAllianceStatus;
pub mod event;
pub use self::event::Event;
pub mod event_district_points;
pub use self::event_district_points::EventDistrictPoints;
pub mod event_district_points_points_value;
pub use self::event_district_points_points_value::EventDistrictPointsPointsValue;
pub mod event_district_points_tiebreakers_value;
pub use self::event_district_points_tiebreakers_value::EventDistrictPointsTiebreakersValue;
pub mod event_insights;
pub use self::event_insights::EventInsights;
pub mod event_insights_2016;
pub use self::event_insights_2016::EventInsights2016;
pub mod event_insights_2017;
pub use self::event_insights_2017::EventInsights2017;
pub mod event_insights_2018;
pub use self::event_insights_2018::EventInsights2018;
pub mod event_oprs;
pub use self::event_oprs::EventOprs;
pub mod event_ranking;
pub use self::event_ranking::EventRanking;
pub mod event_ranking_extra_stats_info_inner;
pub use self::event_ranking_extra_stats_info_inner::EventRankingExtraStatsInfoInner;
pub mod event_ranking_rankings_inner;
pub use self::event_ranking_rankings_inner::EventRankingRankingsInner;
pub mod event_ranking_sort_order_info_inner;
pub use self::event_ranking_sort_order_info_inner::EventRankingSortOrderInfoInner;
pub mod event_simple;
pub use self::event_simple::EventSimple;
pub mod model_match;
pub use self::model_match::Match;
pub mod match_alliance;
pub use self::match_alliance::MatchAlliance;
pub mod match_score_breakdown_2015;
pub use self::match_score_breakdown_2015::MatchScoreBreakdown2015;
pub mod match_score_breakdown_2015_alliance;
pub use self::match_score_breakdown_2015_alliance::MatchScoreBreakdown2015Alliance;
pub mod match_score_breakdown_2016;
pub use self::match_score_breakdown_2016::MatchScoreBreakdown2016;
pub mod match_score_breakdown_2016_alliance;
pub use self::match_score_breakdown_2016_alliance::MatchScoreBreakdown2016Alliance;
pub mod match_score_breakdown_2017;
pub use self::match_score_breakdown_2017::MatchScoreBreakdown2017;
pub mod match_score_breakdown_2017_alliance;
pub use self::match_score_breakdown_2017_alliance::MatchScoreBreakdown2017Alliance;
pub mod match_score_breakdown_2018;
pub use self::match_score_breakdown_2018::MatchScoreBreakdown2018;
pub mod match_score_breakdown_2018_alliance;
pub use self::match_score_breakdown_2018_alliance::MatchScoreBreakdown2018Alliance;
pub mod match_score_breakdown_2019;
pub use self::match_score_breakdown_2019::MatchScoreBreakdown2019;
pub mod match_score_breakdown_2019_alliance;
pub use self::match_score_breakdown_2019_alliance::MatchScoreBreakdown2019Alliance;
pub mod match_score_breakdown_2020;
pub use self::match_score_breakdown_2020::MatchScoreBreakdown2020;
pub mod match_score_breakdown_2020_alliance;
pub use self::match_score_breakdown_2020_alliance::MatchScoreBreakdown2020Alliance;
pub mod match_score_breakdown_2022;
pub use self::match_score_breakdown_2022::MatchScoreBreakdown2022;
pub mod match_score_breakdown_2022_alliance;
pub use self::match_score_breakdown_2022_alliance::MatchScoreBreakdown2022Alliance;
pub mod match_simple;
pub use self::match_simple::MatchSimple;
pub mod match_simple_alliances;
pub use self::match_simple_alliances::MatchSimpleAlliances;
pub mod match_timeseries_2018;
pub use self::match_timeseries_2018::MatchTimeseries2018;
pub mod match_videos_inner;
pub use self::match_videos_inner::MatchVideosInner;
pub mod media;
pub use self::media::Media;
pub mod team;
pub use self::team::Team;
pub mod team_event_status;
pub use self::team_event_status::TeamEventStatus;
pub mod team_event_status_alliance;
pub use self::team_event_status_alliance::TeamEventStatusAlliance;
pub mod team_event_status_alliance_backup;
pub use self::team_event_status_alliance_backup::TeamEventStatusAllianceBackup;
pub mod team_event_status_playoff;
pub use self::team_event_status_playoff::TeamEventStatusPlayoff;
pub mod team_event_status_rank;
pub use self::team_event_status_rank::TeamEventStatusRank;
pub mod team_event_status_rank_ranking;
pub use self::team_event_status_rank_ranking::TeamEventStatusRankRanking;
pub mod team_event_status_rank_sort_order_info_inner;
pub use self::team_event_status_rank_sort_order_info_inner::TeamEventStatusRankSortOrderInfoInner;
pub mod team_robot;
pub use self::team_robot::TeamRobot;
pub mod team_simple;
pub use self::team_simple::TeamSimple;
pub mod webcast;
pub use self::webcast::Webcast;
pub mod wlt_record;
pub use self::wlt_record::WltRecord;
pub mod zebra;
pub use self::zebra::Zebra;
pub mod zebra_alliances;
pub use self::zebra_alliances::ZebraAlliances;
pub mod zebra_team;
pub use self::zebra_team::ZebraTeam;