From ee4ad02fe23df8cac70bab575d961359cf104130 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 01:25:50 +0000 Subject: [PATCH] fix(elo): results not populating with week parameter --- README.md | 8 ++++---- cfbd/__init__.py | 4 ++-- cfbd/api/betting_api.py | 2 +- cfbd/api/coaches_api.py | 2 +- cfbd/api/conferences_api.py | 2 +- cfbd/api/draft_api.py | 2 +- cfbd/api/drives_api.py | 2 +- cfbd/api/games_api.py | 2 +- cfbd/api/metrics_api.py | 2 +- cfbd/api/players_api.py | 2 +- cfbd/api/plays_api.py | 2 +- cfbd/api/rankings_api.py | 2 +- cfbd/api/ratings_api.py | 2 +- cfbd/api/recruiting_api.py | 2 +- cfbd/api/stats_api.py | 2 +- cfbd/api/teams_api.py | 2 +- cfbd/api/venues_api.py | 2 +- cfbd/api_client.py | 4 ++-- cfbd/configuration.py | 6 +++--- cfbd/exceptions.py | 2 +- cfbd/models/__init__.py | 2 +- cfbd/models/adjusted_metrics.py | 2 +- cfbd/models/adjusted_metrics_epa.py | 2 +- cfbd/models/adjusted_metrics_rushing.py | 2 +- cfbd/models/adjusted_metrics_success_rate.py | 2 +- cfbd/models/advanced_box_score.py | 2 +- cfbd/models/advanced_box_score_game_info.py | 2 +- cfbd/models/advanced_box_score_players.py | 2 +- cfbd/models/advanced_box_score_teams.py | 2 +- cfbd/models/advanced_game_stat.py | 2 +- cfbd/models/advanced_game_stat_offense.py | 2 +- cfbd/models/advanced_game_stat_offense_passing_downs.py | 2 +- cfbd/models/advanced_game_stat_offense_passing_plays.py | 2 +- cfbd/models/advanced_season_stat.py | 2 +- cfbd/models/advanced_season_stat_defense.py | 2 +- cfbd/models/advanced_season_stat_offense.py | 2 +- .../models/advanced_season_stat_offense_field_position.py | 2 +- cfbd/models/advanced_season_stat_offense_havoc.py | 2 +- cfbd/models/advanced_season_stat_offense_passing_downs.py | 2 +- cfbd/models/advanced_season_stat_offense_passing_plays.py | 2 +- cfbd/models/aggregated_team_recruiting.py | 2 +- cfbd/models/betting_game.py | 2 +- cfbd/models/calendar_week.py | 2 +- cfbd/models/coach.py | 2 +- cfbd/models/coach_season.py | 2 +- cfbd/models/conference.py | 2 +- cfbd/models/conference_sp.py | 2 +- cfbd/models/conference_sp_defense.py | 2 +- cfbd/models/conference_sp_offense.py | 2 +- cfbd/models/division_classification.py | 2 +- cfbd/models/draft_pick.py | 2 +- cfbd/models/draft_pick_hometown_info.py | 2 +- cfbd/models/draft_position.py | 2 +- cfbd/models/draft_team.py | 2 +- cfbd/models/drive.py | 2 +- cfbd/models/field_goal_ep.py | 2 +- cfbd/models/game.py | 2 +- cfbd/models/game_line.py | 2 +- cfbd/models/game_media.py | 2 +- cfbd/models/game_player_stat_categories.py | 2 +- cfbd/models/game_player_stat_player.py | 2 +- cfbd/models/game_player_stat_types.py | 2 +- cfbd/models/game_player_stats.py | 2 +- cfbd/models/game_player_stats_team.py | 2 +- cfbd/models/game_status.py | 2 +- cfbd/models/game_team_stats.py | 2 +- cfbd/models/game_team_stats_team.py | 2 +- cfbd/models/game_team_stats_team_stat.py | 2 +- cfbd/models/game_weather.py | 2 +- cfbd/models/live_game.py | 2 +- cfbd/models/live_game_drive.py | 2 +- cfbd/models/live_game_play.py | 2 +- cfbd/models/live_game_team.py | 2 +- cfbd/models/matchup.py | 2 +- cfbd/models/matchup_game.py | 2 +- cfbd/models/media_type.py | 2 +- cfbd/models/play.py | 2 +- cfbd/models/play_clock.py | 2 +- cfbd/models/play_stat.py | 2 +- cfbd/models/play_stat_clock.py | 2 +- cfbd/models/play_stat_type.py | 2 +- cfbd/models/play_type.py | 2 +- cfbd/models/play_win_probability.py | 2 +- cfbd/models/player_game_predicted_points_added.py | 2 +- .../player_game_predicted_points_added_average_ppa.py | 2 +- cfbd/models/player_game_usage.py | 2 +- cfbd/models/player_ppa.py | 2 +- cfbd/models/player_ppa_chart_item.py | 2 +- cfbd/models/player_search_result.py | 2 +- cfbd/models/player_season_predicted_points_added.py | 2 +- .../player_season_predicted_points_added_average_ppa.py | 2 +- cfbd/models/player_stat.py | 2 +- cfbd/models/player_stats_by_quarter.py | 2 +- cfbd/models/player_transfer.py | 2 +- cfbd/models/player_usage.py | 2 +- cfbd/models/player_usage_usage.py | 2 +- cfbd/models/poll.py | 2 +- cfbd/models/poll_rank.py | 2 +- cfbd/models/poll_week.py | 2 +- cfbd/models/predicted_points_value.py | 2 +- cfbd/models/pregame_win_probability.py | 2 +- cfbd/models/recruit.py | 2 +- cfbd/models/recruit_classification.py | 2 +- cfbd/models/recruit_hometown_info.py | 2 +- cfbd/models/returning_production.py | 2 +- cfbd/models/roster_player.py | 2 +- cfbd/models/scoreboard_game.py | 2 +- cfbd/models/scoreboard_game_betting.py | 2 +- cfbd/models/scoreboard_game_home_team.py | 2 +- cfbd/models/scoreboard_game_venue.py | 2 +- cfbd/models/scoreboard_game_weather.py | 2 +- cfbd/models/season_type.py | 2 +- cfbd/models/stats_by_quarter.py | 2 +- cfbd/models/team.py | 2 +- cfbd/models/team_elo.py | 2 +- cfbd/models/team_explosiveness.py | 2 +- cfbd/models/team_field_position.py | 2 +- cfbd/models/team_fpi.py | 2 +- cfbd/models/team_fpi_efficiencies.py | 2 +- cfbd/models/team_fpi_resume_ranks.py | 2 +- cfbd/models/team_game_predicted_points_added.py | 2 +- cfbd/models/team_game_predicted_points_added_offense.py | 2 +- cfbd/models/team_havoc.py | 2 +- cfbd/models/team_ppa.py | 2 +- cfbd/models/team_record.py | 2 +- cfbd/models/team_records.py | 2 +- cfbd/models/team_recruiting_ranking.py | 2 +- cfbd/models/team_rushing_stats.py | 2 +- cfbd/models/team_scoring_opportunities.py | 2 +- cfbd/models/team_season_predicted_points_added.py | 2 +- cfbd/models/team_season_predicted_points_added_offense.py | 2 +- cfbd/models/team_sp.py | 2 +- cfbd/models/team_sp_defense.py | 2 +- cfbd/models/team_sp_offense.py | 2 +- cfbd/models/team_sp_special_teams.py | 2 +- cfbd/models/team_srs.py | 2 +- cfbd/models/team_stat.py | 2 +- cfbd/models/team_stat_stat_value.py | 2 +- cfbd/models/team_success_rates.py | 2 +- cfbd/models/team_talent.py | 2 +- cfbd/models/transfer_eligibility.py | 2 +- cfbd/models/venue.py | 2 +- cfbd/rest.py | 2 +- pyproject.toml | 2 +- setup.py | 4 ++-- test/test_adjusted_metrics.py | 2 +- test/test_adjusted_metrics_epa.py | 2 +- test/test_adjusted_metrics_rushing.py | 2 +- test/test_adjusted_metrics_success_rate.py | 2 +- test/test_advanced_box_score.py | 2 +- test/test_advanced_box_score_game_info.py | 2 +- test/test_advanced_box_score_players.py | 2 +- test/test_advanced_box_score_teams.py | 2 +- test/test_advanced_game_stat.py | 2 +- test/test_advanced_game_stat_offense.py | 2 +- test/test_advanced_game_stat_offense_passing_downs.py | 2 +- test/test_advanced_game_stat_offense_passing_plays.py | 2 +- test/test_advanced_season_stat.py | 2 +- test/test_advanced_season_stat_defense.py | 2 +- test/test_advanced_season_stat_offense.py | 2 +- test/test_advanced_season_stat_offense_field_position.py | 2 +- test/test_advanced_season_stat_offense_havoc.py | 2 +- test/test_advanced_season_stat_offense_passing_downs.py | 2 +- test/test_advanced_season_stat_offense_passing_plays.py | 2 +- test/test_aggregated_team_recruiting.py | 2 +- test/test_betting_api.py | 2 +- test/test_betting_game.py | 2 +- test/test_calendar_week.py | 2 +- test/test_coach.py | 2 +- test/test_coach_season.py | 2 +- test/test_coaches_api.py | 2 +- test/test_conference.py | 2 +- test/test_conference_sp.py | 2 +- test/test_conference_sp_defense.py | 2 +- test/test_conference_sp_offense.py | 2 +- test/test_conferences_api.py | 2 +- test/test_division_classification.py | 2 +- test/test_draft_api.py | 2 +- test/test_draft_pick.py | 2 +- test/test_draft_pick_hometown_info.py | 2 +- test/test_draft_position.py | 2 +- test/test_draft_team.py | 2 +- test/test_drive.py | 2 +- test/test_drives_api.py | 2 +- test/test_field_goal_ep.py | 2 +- test/test_game.py | 2 +- test/test_game_line.py | 2 +- test/test_game_media.py | 2 +- test/test_game_player_stat_categories.py | 2 +- test/test_game_player_stat_player.py | 2 +- test/test_game_player_stat_types.py | 2 +- test/test_game_player_stats.py | 2 +- test/test_game_player_stats_team.py | 2 +- test/test_game_status.py | 2 +- test/test_game_team_stats.py | 2 +- test/test_game_team_stats_team.py | 2 +- test/test_game_team_stats_team_stat.py | 2 +- test/test_game_weather.py | 2 +- test/test_games_api.py | 2 +- test/test_live_game.py | 2 +- test/test_live_game_drive.py | 2 +- test/test_live_game_play.py | 2 +- test/test_live_game_team.py | 2 +- test/test_matchup.py | 2 +- test/test_matchup_game.py | 2 +- test/test_media_type.py | 2 +- test/test_metrics_api.py | 2 +- test/test_play.py | 2 +- test/test_play_clock.py | 2 +- test/test_play_stat.py | 2 +- test/test_play_stat_clock.py | 2 +- test/test_play_stat_type.py | 2 +- test/test_play_type.py | 2 +- test/test_play_win_probability.py | 2 +- test/test_player_game_predicted_points_added.py | 2 +- ...test_player_game_predicted_points_added_average_ppa.py | 2 +- test/test_player_game_usage.py | 2 +- test/test_player_ppa.py | 2 +- test/test_player_ppa_chart_item.py | 2 +- test/test_player_search_result.py | 2 +- test/test_player_season_predicted_points_added.py | 2 +- ...st_player_season_predicted_points_added_average_ppa.py | 2 +- test/test_player_stat.py | 2 +- test/test_player_stats_by_quarter.py | 2 +- test/test_player_transfer.py | 2 +- test/test_player_usage.py | 2 +- test/test_player_usage_usage.py | 2 +- test/test_players_api.py | 2 +- test/test_plays_api.py | 2 +- test/test_poll.py | 2 +- test/test_poll_rank.py | 2 +- test/test_poll_week.py | 2 +- test/test_predicted_points_value.py | 2 +- test/test_pregame_win_probability.py | 2 +- test/test_rankings_api.py | 2 +- test/test_ratings_api.py | 2 +- test/test_recruit.py | 2 +- test/test_recruit_classification.py | 2 +- test/test_recruit_hometown_info.py | 2 +- test/test_recruiting_api.py | 2 +- test/test_returning_production.py | 2 +- test/test_roster_player.py | 2 +- test/test_scoreboard_game.py | 2 +- test/test_scoreboard_game_betting.py | 2 +- test/test_scoreboard_game_home_team.py | 2 +- test/test_scoreboard_game_venue.py | 2 +- test/test_scoreboard_game_weather.py | 2 +- test/test_season_type.py | 2 +- test/test_stats_api.py | 2 +- test/test_stats_by_quarter.py | 2 +- test/test_team.py | 2 +- test/test_team_elo.py | 2 +- test/test_team_explosiveness.py | 2 +- test/test_team_field_position.py | 2 +- test/test_team_fpi.py | 2 +- test/test_team_fpi_efficiencies.py | 2 +- test/test_team_fpi_resume_ranks.py | 2 +- test/test_team_game_predicted_points_added.py | 2 +- test/test_team_game_predicted_points_added_offense.py | 2 +- test/test_team_havoc.py | 2 +- test/test_team_ppa.py | 2 +- test/test_team_record.py | 2 +- test/test_team_records.py | 2 +- test/test_team_recruiting_ranking.py | 2 +- test/test_team_rushing_stats.py | 2 +- test/test_team_scoring_opportunities.py | 2 +- test/test_team_season_predicted_points_added.py | 2 +- test/test_team_season_predicted_points_added_offense.py | 2 +- test/test_team_sp.py | 2 +- test/test_team_sp_defense.py | 2 +- test/test_team_sp_offense.py | 2 +- test/test_team_sp_special_teams.py | 2 +- test/test_team_srs.py | 2 +- test/test_team_stat.py | 2 +- test/test_team_stat_stat_value.py | 2 +- test/test_team_success_rates.py | 2 +- test/test_team_talent.py | 2 +- test/test_teams_api.py | 2 +- test/test_transfer_eligibility.py | 2 +- test/test_venue.py | 2 +- test/test_venues_api.py | 2 +- 281 files changed, 289 insertions(+), 289 deletions(-) diff --git a/README.md b/README.md index b760dd44..dfbce7f1 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is sub This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 5.1.2 -- Package version: 5.1.2a1 +- API version: 5.1.3 +- Package version: 5.1.3a1 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen @@ -16,9 +16,9 @@ Python 3.7+ ### pip install ```sh -pip install cfbd@5.1.2a1 +pip install cfbd@5.1.3a1 ``` -(you may need to run `pip` with root permission: `sudo pip install cfbd@5.1.2a1`) +(you may need to run `pip` with root permission: `sudo pip install cfbd@5.1.3a1`) Then import the package: ```python diff --git a/cfbd/__init__.py b/cfbd/__init__.py index 7ceb391b..8de930b2 100644 --- a/cfbd/__init__.py +++ b/cfbd/__init__.py @@ -7,7 +7,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "5.1.2a1" +__version__ = "5.1.3a1" # import apis into sdk package from cfbd.api.betting_api import BettingApi diff --git a/cfbd/api/betting_api.py b/cfbd/api/betting_api.py index 14d64efe..20edae5b 100644 --- a/cfbd/api/betting_api.py +++ b/cfbd/api/betting_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/coaches_api.py b/cfbd/api/coaches_api.py index d9767582..ac06651d 100644 --- a/cfbd/api/coaches_api.py +++ b/cfbd/api/coaches_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/conferences_api.py b/cfbd/api/conferences_api.py index a9869fca..5d950803 100644 --- a/cfbd/api/conferences_api.py +++ b/cfbd/api/conferences_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/draft_api.py b/cfbd/api/draft_api.py index 32702d09..63df3655 100644 --- a/cfbd/api/draft_api.py +++ b/cfbd/api/draft_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/drives_api.py b/cfbd/api/drives_api.py index 69602fc0..6b39aaac 100644 --- a/cfbd/api/drives_api.py +++ b/cfbd/api/drives_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/games_api.py b/cfbd/api/games_api.py index 3520f1a0..a32d6ac6 100644 --- a/cfbd/api/games_api.py +++ b/cfbd/api/games_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/metrics_api.py b/cfbd/api/metrics_api.py index b76ef1c4..4bbed654 100644 --- a/cfbd/api/metrics_api.py +++ b/cfbd/api/metrics_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/players_api.py b/cfbd/api/players_api.py index 7e2294d2..4b296afd 100644 --- a/cfbd/api/players_api.py +++ b/cfbd/api/players_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/plays_api.py b/cfbd/api/plays_api.py index 99887e32..cbbd6cdd 100644 --- a/cfbd/api/plays_api.py +++ b/cfbd/api/plays_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/rankings_api.py b/cfbd/api/rankings_api.py index cc0fad98..5171076e 100644 --- a/cfbd/api/rankings_api.py +++ b/cfbd/api/rankings_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/ratings_api.py b/cfbd/api/ratings_api.py index 3662beae..693ebe52 100644 --- a/cfbd/api/ratings_api.py +++ b/cfbd/api/ratings_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/recruiting_api.py b/cfbd/api/recruiting_api.py index c9af4fd5..87ada431 100644 --- a/cfbd/api/recruiting_api.py +++ b/cfbd/api/recruiting_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/stats_api.py b/cfbd/api/stats_api.py index b7620527..0e90e8e6 100644 --- a/cfbd/api/stats_api.py +++ b/cfbd/api/stats_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/teams_api.py b/cfbd/api/teams_api.py index c6be1e2b..3a9cc1db 100644 --- a/cfbd/api/teams_api.py +++ b/cfbd/api/teams_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/venues_api.py b/cfbd/api/venues_api.py index 45d8176d..0187e073 100644 --- a/cfbd/api/venues_api.py +++ b/cfbd/api/venues_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api_client.py b/cfbd/api_client.py index b9ce2e41..c5e78278 100644 --- a/cfbd/api_client.py +++ b/cfbd/api_client.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/5.1.2a1/python' + self.user_agent = 'OpenAPI-Generator/5.1.3a1/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/cfbd/configuration.py b/cfbd/configuration.py index a1c6c08e..6c337365 100644 --- a/cfbd/configuration.py +++ b/cfbd/configuration.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -376,8 +376,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 5.1.2\n"\ - "SDK Package Version: 5.1.2a1".\ + "Version of the API: 5.1.3\n"\ + "SDK Package Version: 5.1.3a1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/cfbd/exceptions.py b/cfbd/exceptions.py index c4559c72..bafecbd7 100644 --- a/cfbd/exceptions.py +++ b/cfbd/exceptions.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/__init__.py b/cfbd/models/__init__.py index 7a430635..e8de4fa2 100644 --- a/cfbd/models/__init__.py +++ b/cfbd/models/__init__.py @@ -6,7 +6,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/adjusted_metrics.py b/cfbd/models/adjusted_metrics.py index e1fa37d0..5b7d74dc 100644 --- a/cfbd/models/adjusted_metrics.py +++ b/cfbd/models/adjusted_metrics.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/adjusted_metrics_epa.py b/cfbd/models/adjusted_metrics_epa.py index fb6c3e47..a541f3d0 100644 --- a/cfbd/models/adjusted_metrics_epa.py +++ b/cfbd/models/adjusted_metrics_epa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/adjusted_metrics_rushing.py b/cfbd/models/adjusted_metrics_rushing.py index e4362a15..87f8108e 100644 --- a/cfbd/models/adjusted_metrics_rushing.py +++ b/cfbd/models/adjusted_metrics_rushing.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/adjusted_metrics_success_rate.py b/cfbd/models/adjusted_metrics_success_rate.py index 638d719f..dbb5bf72 100644 --- a/cfbd/models/adjusted_metrics_success_rate.py +++ b/cfbd/models/adjusted_metrics_success_rate.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_box_score.py b/cfbd/models/advanced_box_score.py index 8b403d7a..77f4fcd5 100644 --- a/cfbd/models/advanced_box_score.py +++ b/cfbd/models/advanced_box_score.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_box_score_game_info.py b/cfbd/models/advanced_box_score_game_info.py index 885a5827..06d1af93 100644 --- a/cfbd/models/advanced_box_score_game_info.py +++ b/cfbd/models/advanced_box_score_game_info.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_box_score_players.py b/cfbd/models/advanced_box_score_players.py index 21a47189..761a88e1 100644 --- a/cfbd/models/advanced_box_score_players.py +++ b/cfbd/models/advanced_box_score_players.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_box_score_teams.py b/cfbd/models/advanced_box_score_teams.py index 357310b2..4a5b7f7f 100644 --- a/cfbd/models/advanced_box_score_teams.py +++ b/cfbd/models/advanced_box_score_teams.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_game_stat.py b/cfbd/models/advanced_game_stat.py index 7a9569e9..3295d51f 100644 --- a/cfbd/models/advanced_game_stat.py +++ b/cfbd/models/advanced_game_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_game_stat_offense.py b/cfbd/models/advanced_game_stat_offense.py index 758a18ac..51155de0 100644 --- a/cfbd/models/advanced_game_stat_offense.py +++ b/cfbd/models/advanced_game_stat_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_game_stat_offense_passing_downs.py b/cfbd/models/advanced_game_stat_offense_passing_downs.py index df3c3a6e..3b155c17 100644 --- a/cfbd/models/advanced_game_stat_offense_passing_downs.py +++ b/cfbd/models/advanced_game_stat_offense_passing_downs.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_game_stat_offense_passing_plays.py b/cfbd/models/advanced_game_stat_offense_passing_plays.py index 54c7d99a..9edfeaf8 100644 --- a/cfbd/models/advanced_game_stat_offense_passing_plays.py +++ b/cfbd/models/advanced_game_stat_offense_passing_plays.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat.py b/cfbd/models/advanced_season_stat.py index f17d405a..d5d5fa23 100644 --- a/cfbd/models/advanced_season_stat.py +++ b/cfbd/models/advanced_season_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_defense.py b/cfbd/models/advanced_season_stat_defense.py index e801a078..d416cf16 100644 --- a/cfbd/models/advanced_season_stat_defense.py +++ b/cfbd/models/advanced_season_stat_defense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense.py b/cfbd/models/advanced_season_stat_offense.py index 4d216fd3..98022c08 100644 --- a/cfbd/models/advanced_season_stat_offense.py +++ b/cfbd/models/advanced_season_stat_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense_field_position.py b/cfbd/models/advanced_season_stat_offense_field_position.py index b7eccde4..efbaa2c4 100644 --- a/cfbd/models/advanced_season_stat_offense_field_position.py +++ b/cfbd/models/advanced_season_stat_offense_field_position.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense_havoc.py b/cfbd/models/advanced_season_stat_offense_havoc.py index 04a1ebbd..2034c7d1 100644 --- a/cfbd/models/advanced_season_stat_offense_havoc.py +++ b/cfbd/models/advanced_season_stat_offense_havoc.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense_passing_downs.py b/cfbd/models/advanced_season_stat_offense_passing_downs.py index effa927e..fc7d7228 100644 --- a/cfbd/models/advanced_season_stat_offense_passing_downs.py +++ b/cfbd/models/advanced_season_stat_offense_passing_downs.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense_passing_plays.py b/cfbd/models/advanced_season_stat_offense_passing_plays.py index e050b4f1..de53d81e 100644 --- a/cfbd/models/advanced_season_stat_offense_passing_plays.py +++ b/cfbd/models/advanced_season_stat_offense_passing_plays.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/aggregated_team_recruiting.py b/cfbd/models/aggregated_team_recruiting.py index 1cee16df..affb0e5f 100644 --- a/cfbd/models/aggregated_team_recruiting.py +++ b/cfbd/models/aggregated_team_recruiting.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/betting_game.py b/cfbd/models/betting_game.py index e1dfc3c6..30d2eec9 100644 --- a/cfbd/models/betting_game.py +++ b/cfbd/models/betting_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/calendar_week.py b/cfbd/models/calendar_week.py index 8943c8b3..3688a7f5 100644 --- a/cfbd/models/calendar_week.py +++ b/cfbd/models/calendar_week.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/coach.py b/cfbd/models/coach.py index 84c5884f..e2a8dc39 100644 --- a/cfbd/models/coach.py +++ b/cfbd/models/coach.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/coach_season.py b/cfbd/models/coach_season.py index 61e69464..e306c781 100644 --- a/cfbd/models/coach_season.py +++ b/cfbd/models/coach_season.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/conference.py b/cfbd/models/conference.py index 1136bd71..821f18ba 100644 --- a/cfbd/models/conference.py +++ b/cfbd/models/conference.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/conference_sp.py b/cfbd/models/conference_sp.py index a3fbf154..8f29e3b8 100644 --- a/cfbd/models/conference_sp.py +++ b/cfbd/models/conference_sp.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/conference_sp_defense.py b/cfbd/models/conference_sp_defense.py index adf413b9..50289c1a 100644 --- a/cfbd/models/conference_sp_defense.py +++ b/cfbd/models/conference_sp_defense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/conference_sp_offense.py b/cfbd/models/conference_sp_offense.py index da745b5a..b8728bfd 100644 --- a/cfbd/models/conference_sp_offense.py +++ b/cfbd/models/conference_sp_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/division_classification.py b/cfbd/models/division_classification.py index a4c1054d..dd44487a 100644 --- a/cfbd/models/division_classification.py +++ b/cfbd/models/division_classification.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/draft_pick.py b/cfbd/models/draft_pick.py index c1957590..0583d295 100644 --- a/cfbd/models/draft_pick.py +++ b/cfbd/models/draft_pick.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/draft_pick_hometown_info.py b/cfbd/models/draft_pick_hometown_info.py index 93031c9b..83113c5d 100644 --- a/cfbd/models/draft_pick_hometown_info.py +++ b/cfbd/models/draft_pick_hometown_info.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/draft_position.py b/cfbd/models/draft_position.py index 43c15d1a..a1e866e2 100644 --- a/cfbd/models/draft_position.py +++ b/cfbd/models/draft_position.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/draft_team.py b/cfbd/models/draft_team.py index bb47058a..1707c04c 100644 --- a/cfbd/models/draft_team.py +++ b/cfbd/models/draft_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/drive.py b/cfbd/models/drive.py index a85acc2a..db89258d 100644 --- a/cfbd/models/drive.py +++ b/cfbd/models/drive.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/field_goal_ep.py b/cfbd/models/field_goal_ep.py index a8851ad8..0cc07482 100644 --- a/cfbd/models/field_goal_ep.py +++ b/cfbd/models/field_goal_ep.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game.py b/cfbd/models/game.py index 396fda66..a163fb31 100644 --- a/cfbd/models/game.py +++ b/cfbd/models/game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_line.py b/cfbd/models/game_line.py index 50d78594..60a29604 100644 --- a/cfbd/models/game_line.py +++ b/cfbd/models/game_line.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_media.py b/cfbd/models/game_media.py index ee9dab96..62693783 100644 --- a/cfbd/models/game_media.py +++ b/cfbd/models/game_media.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stat_categories.py b/cfbd/models/game_player_stat_categories.py index 9026e9f3..3e1095e5 100644 --- a/cfbd/models/game_player_stat_categories.py +++ b/cfbd/models/game_player_stat_categories.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stat_player.py b/cfbd/models/game_player_stat_player.py index 3489eb24..56670e28 100644 --- a/cfbd/models/game_player_stat_player.py +++ b/cfbd/models/game_player_stat_player.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stat_types.py b/cfbd/models/game_player_stat_types.py index 60c243a9..d43b565b 100644 --- a/cfbd/models/game_player_stat_types.py +++ b/cfbd/models/game_player_stat_types.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stats.py b/cfbd/models/game_player_stats.py index aa5723fd..f78013c1 100644 --- a/cfbd/models/game_player_stats.py +++ b/cfbd/models/game_player_stats.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stats_team.py b/cfbd/models/game_player_stats_team.py index 1ba682be..cf508028 100644 --- a/cfbd/models/game_player_stats_team.py +++ b/cfbd/models/game_player_stats_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_status.py b/cfbd/models/game_status.py index 28359689..75c793a0 100644 --- a/cfbd/models/game_status.py +++ b/cfbd/models/game_status.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_team_stats.py b/cfbd/models/game_team_stats.py index 09566231..a21d9ab6 100644 --- a/cfbd/models/game_team_stats.py +++ b/cfbd/models/game_team_stats.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_team_stats_team.py b/cfbd/models/game_team_stats_team.py index 43bb7d6a..de97d44d 100644 --- a/cfbd/models/game_team_stats_team.py +++ b/cfbd/models/game_team_stats_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_team_stats_team_stat.py b/cfbd/models/game_team_stats_team_stat.py index 85e019c5..f2bb9895 100644 --- a/cfbd/models/game_team_stats_team_stat.py +++ b/cfbd/models/game_team_stats_team_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_weather.py b/cfbd/models/game_weather.py index 8c730717..60397f10 100644 --- a/cfbd/models/game_weather.py +++ b/cfbd/models/game_weather.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/live_game.py b/cfbd/models/live_game.py index 77705c28..e49a39cd 100644 --- a/cfbd/models/live_game.py +++ b/cfbd/models/live_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/live_game_drive.py b/cfbd/models/live_game_drive.py index 6b7ca40e..1910bdac 100644 --- a/cfbd/models/live_game_drive.py +++ b/cfbd/models/live_game_drive.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/live_game_play.py b/cfbd/models/live_game_play.py index bcd37d84..0fe803cb 100644 --- a/cfbd/models/live_game_play.py +++ b/cfbd/models/live_game_play.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/live_game_team.py b/cfbd/models/live_game_team.py index 9ca37dfc..667aad4d 100644 --- a/cfbd/models/live_game_team.py +++ b/cfbd/models/live_game_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/matchup.py b/cfbd/models/matchup.py index 47681fbd..164aca80 100644 --- a/cfbd/models/matchup.py +++ b/cfbd/models/matchup.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/matchup_game.py b/cfbd/models/matchup_game.py index ed81c5c1..ea61b863 100644 --- a/cfbd/models/matchup_game.py +++ b/cfbd/models/matchup_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/media_type.py b/cfbd/models/media_type.py index 931a4c4f..23e37349 100644 --- a/cfbd/models/media_type.py +++ b/cfbd/models/media_type.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play.py b/cfbd/models/play.py index 9da85ba7..efabe10b 100644 --- a/cfbd/models/play.py +++ b/cfbd/models/play.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_clock.py b/cfbd/models/play_clock.py index 136efff7..03d7dcdf 100644 --- a/cfbd/models/play_clock.py +++ b/cfbd/models/play_clock.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_stat.py b/cfbd/models/play_stat.py index 174423e8..3377eb90 100644 --- a/cfbd/models/play_stat.py +++ b/cfbd/models/play_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_stat_clock.py b/cfbd/models/play_stat_clock.py index 60042f7b..a7c21b4b 100644 --- a/cfbd/models/play_stat_clock.py +++ b/cfbd/models/play_stat_clock.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_stat_type.py b/cfbd/models/play_stat_type.py index e09a88bf..08775b26 100644 --- a/cfbd/models/play_stat_type.py +++ b/cfbd/models/play_stat_type.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_type.py b/cfbd/models/play_type.py index 0bd58a10..5285332a 100644 --- a/cfbd/models/play_type.py +++ b/cfbd/models/play_type.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_win_probability.py b/cfbd/models/play_win_probability.py index 9d94cca8..11ccc02e 100644 --- a/cfbd/models/play_win_probability.py +++ b/cfbd/models/play_win_probability.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_game_predicted_points_added.py b/cfbd/models/player_game_predicted_points_added.py index 04a8d006..0ebdb06d 100644 --- a/cfbd/models/player_game_predicted_points_added.py +++ b/cfbd/models/player_game_predicted_points_added.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_game_predicted_points_added_average_ppa.py b/cfbd/models/player_game_predicted_points_added_average_ppa.py index 58ce5d6f..1abd9252 100644 --- a/cfbd/models/player_game_predicted_points_added_average_ppa.py +++ b/cfbd/models/player_game_predicted_points_added_average_ppa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_game_usage.py b/cfbd/models/player_game_usage.py index c3e6bd1b..b9b8784d 100644 --- a/cfbd/models/player_game_usage.py +++ b/cfbd/models/player_game_usage.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_ppa.py b/cfbd/models/player_ppa.py index 87af10b7..f587b756 100644 --- a/cfbd/models/player_ppa.py +++ b/cfbd/models/player_ppa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_ppa_chart_item.py b/cfbd/models/player_ppa_chart_item.py index 207384ea..02e292db 100644 --- a/cfbd/models/player_ppa_chart_item.py +++ b/cfbd/models/player_ppa_chart_item.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_search_result.py b/cfbd/models/player_search_result.py index bbdc8f2f..699a8b4d 100644 --- a/cfbd/models/player_search_result.py +++ b/cfbd/models/player_search_result.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_season_predicted_points_added.py b/cfbd/models/player_season_predicted_points_added.py index d2376ab6..eb8e17ec 100644 --- a/cfbd/models/player_season_predicted_points_added.py +++ b/cfbd/models/player_season_predicted_points_added.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_season_predicted_points_added_average_ppa.py b/cfbd/models/player_season_predicted_points_added_average_ppa.py index 02432a49..71b90401 100644 --- a/cfbd/models/player_season_predicted_points_added_average_ppa.py +++ b/cfbd/models/player_season_predicted_points_added_average_ppa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_stat.py b/cfbd/models/player_stat.py index e7637734..3fa39da0 100644 --- a/cfbd/models/player_stat.py +++ b/cfbd/models/player_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_stats_by_quarter.py b/cfbd/models/player_stats_by_quarter.py index 28904874..2fa6b1da 100644 --- a/cfbd/models/player_stats_by_quarter.py +++ b/cfbd/models/player_stats_by_quarter.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_transfer.py b/cfbd/models/player_transfer.py index ce526d5f..73875273 100644 --- a/cfbd/models/player_transfer.py +++ b/cfbd/models/player_transfer.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_usage.py b/cfbd/models/player_usage.py index bf5eab78..c2603ae7 100644 --- a/cfbd/models/player_usage.py +++ b/cfbd/models/player_usage.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_usage_usage.py b/cfbd/models/player_usage_usage.py index afc42583..89bf5a7e 100644 --- a/cfbd/models/player_usage_usage.py +++ b/cfbd/models/player_usage_usage.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/poll.py b/cfbd/models/poll.py index 8ad783da..35273e2e 100644 --- a/cfbd/models/poll.py +++ b/cfbd/models/poll.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/poll_rank.py b/cfbd/models/poll_rank.py index 7bae7bf6..f1fd4c2c 100644 --- a/cfbd/models/poll_rank.py +++ b/cfbd/models/poll_rank.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/poll_week.py b/cfbd/models/poll_week.py index 03bc15bd..1a786315 100644 --- a/cfbd/models/poll_week.py +++ b/cfbd/models/poll_week.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/predicted_points_value.py b/cfbd/models/predicted_points_value.py index f1f284f7..f984a647 100644 --- a/cfbd/models/predicted_points_value.py +++ b/cfbd/models/predicted_points_value.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/pregame_win_probability.py b/cfbd/models/pregame_win_probability.py index 38d5f787..b3b6a594 100644 --- a/cfbd/models/pregame_win_probability.py +++ b/cfbd/models/pregame_win_probability.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/recruit.py b/cfbd/models/recruit.py index 0ac3e91d..da35292e 100644 --- a/cfbd/models/recruit.py +++ b/cfbd/models/recruit.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/recruit_classification.py b/cfbd/models/recruit_classification.py index b1913c9a..b6bb37cd 100644 --- a/cfbd/models/recruit_classification.py +++ b/cfbd/models/recruit_classification.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/recruit_hometown_info.py b/cfbd/models/recruit_hometown_info.py index 39875532..4fa1ca15 100644 --- a/cfbd/models/recruit_hometown_info.py +++ b/cfbd/models/recruit_hometown_info.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/returning_production.py b/cfbd/models/returning_production.py index b9486667..48d628ba 100644 --- a/cfbd/models/returning_production.py +++ b/cfbd/models/returning_production.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/roster_player.py b/cfbd/models/roster_player.py index 5435dee4..34330ad1 100644 --- a/cfbd/models/roster_player.py +++ b/cfbd/models/roster_player.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game.py b/cfbd/models/scoreboard_game.py index 3a648e19..22eff9a5 100644 --- a/cfbd/models/scoreboard_game.py +++ b/cfbd/models/scoreboard_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game_betting.py b/cfbd/models/scoreboard_game_betting.py index 59e8213a..c8dd1b1d 100644 --- a/cfbd/models/scoreboard_game_betting.py +++ b/cfbd/models/scoreboard_game_betting.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game_home_team.py b/cfbd/models/scoreboard_game_home_team.py index 081a067d..989d480b 100644 --- a/cfbd/models/scoreboard_game_home_team.py +++ b/cfbd/models/scoreboard_game_home_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game_venue.py b/cfbd/models/scoreboard_game_venue.py index 38342398..e9286792 100644 --- a/cfbd/models/scoreboard_game_venue.py +++ b/cfbd/models/scoreboard_game_venue.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game_weather.py b/cfbd/models/scoreboard_game_weather.py index f7a86ac4..00753705 100644 --- a/cfbd/models/scoreboard_game_weather.py +++ b/cfbd/models/scoreboard_game_weather.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/season_type.py b/cfbd/models/season_type.py index 7d0228d4..88dfff45 100644 --- a/cfbd/models/season_type.py +++ b/cfbd/models/season_type.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/stats_by_quarter.py b/cfbd/models/stats_by_quarter.py index 1036fc3c..510b3cfe 100644 --- a/cfbd/models/stats_by_quarter.py +++ b/cfbd/models/stats_by_quarter.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team.py b/cfbd/models/team.py index 7e0f5b30..0787d0f4 100644 --- a/cfbd/models/team.py +++ b/cfbd/models/team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_elo.py b/cfbd/models/team_elo.py index 7a2cb8e0..614156bd 100644 --- a/cfbd/models/team_elo.py +++ b/cfbd/models/team_elo.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_explosiveness.py b/cfbd/models/team_explosiveness.py index 2e11f80d..2f73a75a 100644 --- a/cfbd/models/team_explosiveness.py +++ b/cfbd/models/team_explosiveness.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_field_position.py b/cfbd/models/team_field_position.py index 6db1a3ba..c3c5511c 100644 --- a/cfbd/models/team_field_position.py +++ b/cfbd/models/team_field_position.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_fpi.py b/cfbd/models/team_fpi.py index 09a094b5..f2a4ca54 100644 --- a/cfbd/models/team_fpi.py +++ b/cfbd/models/team_fpi.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_fpi_efficiencies.py b/cfbd/models/team_fpi_efficiencies.py index 8b2096f1..42668b07 100644 --- a/cfbd/models/team_fpi_efficiencies.py +++ b/cfbd/models/team_fpi_efficiencies.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_fpi_resume_ranks.py b/cfbd/models/team_fpi_resume_ranks.py index a30cd303..7be1877c 100644 --- a/cfbd/models/team_fpi_resume_ranks.py +++ b/cfbd/models/team_fpi_resume_ranks.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_game_predicted_points_added.py b/cfbd/models/team_game_predicted_points_added.py index 42ebd09d..f99bdfc6 100644 --- a/cfbd/models/team_game_predicted_points_added.py +++ b/cfbd/models/team_game_predicted_points_added.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_game_predicted_points_added_offense.py b/cfbd/models/team_game_predicted_points_added_offense.py index 675ee184..a2838123 100644 --- a/cfbd/models/team_game_predicted_points_added_offense.py +++ b/cfbd/models/team_game_predicted_points_added_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_havoc.py b/cfbd/models/team_havoc.py index e3448b08..049a9e56 100644 --- a/cfbd/models/team_havoc.py +++ b/cfbd/models/team_havoc.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_ppa.py b/cfbd/models/team_ppa.py index 7e09d501..50c3c4c3 100644 --- a/cfbd/models/team_ppa.py +++ b/cfbd/models/team_ppa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_record.py b/cfbd/models/team_record.py index 629eb84d..548a1405 100644 --- a/cfbd/models/team_record.py +++ b/cfbd/models/team_record.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_records.py b/cfbd/models/team_records.py index e99fb835..a598ab54 100644 --- a/cfbd/models/team_records.py +++ b/cfbd/models/team_records.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_recruiting_ranking.py b/cfbd/models/team_recruiting_ranking.py index 5ec857ca..0299713d 100644 --- a/cfbd/models/team_recruiting_ranking.py +++ b/cfbd/models/team_recruiting_ranking.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_rushing_stats.py b/cfbd/models/team_rushing_stats.py index 8fe27590..fb495868 100644 --- a/cfbd/models/team_rushing_stats.py +++ b/cfbd/models/team_rushing_stats.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_scoring_opportunities.py b/cfbd/models/team_scoring_opportunities.py index 2c05fd53..99ee7cf2 100644 --- a/cfbd/models/team_scoring_opportunities.py +++ b/cfbd/models/team_scoring_opportunities.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_season_predicted_points_added.py b/cfbd/models/team_season_predicted_points_added.py index 28050806..bf37735d 100644 --- a/cfbd/models/team_season_predicted_points_added.py +++ b/cfbd/models/team_season_predicted_points_added.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_season_predicted_points_added_offense.py b/cfbd/models/team_season_predicted_points_added_offense.py index 31767699..3ac8e170 100644 --- a/cfbd/models/team_season_predicted_points_added_offense.py +++ b/cfbd/models/team_season_predicted_points_added_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_sp.py b/cfbd/models/team_sp.py index e1725218..f32ef561 100644 --- a/cfbd/models/team_sp.py +++ b/cfbd/models/team_sp.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_sp_defense.py b/cfbd/models/team_sp_defense.py index 227f1c3d..4df7152d 100644 --- a/cfbd/models/team_sp_defense.py +++ b/cfbd/models/team_sp_defense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_sp_offense.py b/cfbd/models/team_sp_offense.py index 1f3103dd..3d8c1b0b 100644 --- a/cfbd/models/team_sp_offense.py +++ b/cfbd/models/team_sp_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_sp_special_teams.py b/cfbd/models/team_sp_special_teams.py index 16985162..3032c120 100644 --- a/cfbd/models/team_sp_special_teams.py +++ b/cfbd/models/team_sp_special_teams.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_srs.py b/cfbd/models/team_srs.py index 1eb21cb5..b6dcf24a 100644 --- a/cfbd/models/team_srs.py +++ b/cfbd/models/team_srs.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_stat.py b/cfbd/models/team_stat.py index cb790111..64520f7e 100644 --- a/cfbd/models/team_stat.py +++ b/cfbd/models/team_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_stat_stat_value.py b/cfbd/models/team_stat_stat_value.py index 5a5ab2dc..0a3b1e96 100644 --- a/cfbd/models/team_stat_stat_value.py +++ b/cfbd/models/team_stat_stat_value.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_success_rates.py b/cfbd/models/team_success_rates.py index 2b7418b6..70fc6d0a 100644 --- a/cfbd/models/team_success_rates.py +++ b/cfbd/models/team_success_rates.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_talent.py b/cfbd/models/team_talent.py index 34c7b425..11bbaa55 100644 --- a/cfbd/models/team_talent.py +++ b/cfbd/models/team_talent.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/transfer_eligibility.py b/cfbd/models/transfer_eligibility.py index a713d92f..eabdc746 100644 --- a/cfbd/models/transfer_eligibility.py +++ b/cfbd/models/transfer_eligibility.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/venue.py b/cfbd/models/venue.py index 57a34c8c..87c314cb 100644 --- a/cfbd/models/venue.py +++ b/cfbd/models/venue.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/rest.py b/cfbd/rest.py index 4d69fb7d..8c17533b 100644 --- a/cfbd/rest.py +++ b/cfbd/rest.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pyproject.toml b/pyproject.toml index 891c1eaa..d90198f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cfbd" -version = "5.1.2a1" +version = "5.1.3a1" description = "College Football Data API" authors = ["the developer "] license = "MIT" diff --git a/setup.py b/setup.py index 15c6f676..bac1ab8e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "cfbd" -VERSION = "5.1.2a1" +VERSION = "5.1.3a1" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/test/test_adjusted_metrics.py b/test/test_adjusted_metrics.py index 52e14ac1..65453366 100644 --- a/test/test_adjusted_metrics.py +++ b/test/test_adjusted_metrics.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_adjusted_metrics_epa.py b/test/test_adjusted_metrics_epa.py index 9f6a9356..cdd7e015 100644 --- a/test/test_adjusted_metrics_epa.py +++ b/test/test_adjusted_metrics_epa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_adjusted_metrics_rushing.py b/test/test_adjusted_metrics_rushing.py index 15c1f5b4..6beb1d4c 100644 --- a/test/test_adjusted_metrics_rushing.py +++ b/test/test_adjusted_metrics_rushing.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_adjusted_metrics_success_rate.py b/test/test_adjusted_metrics_success_rate.py index 0ffd107a..f16f0468 100644 --- a/test/test_adjusted_metrics_success_rate.py +++ b/test/test_adjusted_metrics_success_rate.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_box_score.py b/test/test_advanced_box_score.py index 801da6ad..7cccb2ff 100644 --- a/test/test_advanced_box_score.py +++ b/test/test_advanced_box_score.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_box_score_game_info.py b/test/test_advanced_box_score_game_info.py index 29bae043..629ea049 100644 --- a/test/test_advanced_box_score_game_info.py +++ b/test/test_advanced_box_score_game_info.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_box_score_players.py b/test/test_advanced_box_score_players.py index b663ff1f..fbf16030 100644 --- a/test/test_advanced_box_score_players.py +++ b/test/test_advanced_box_score_players.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_box_score_teams.py b/test/test_advanced_box_score_teams.py index 1dbf39d2..42c11d8b 100644 --- a/test/test_advanced_box_score_teams.py +++ b/test/test_advanced_box_score_teams.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_game_stat.py b/test/test_advanced_game_stat.py index d3ed0f27..eb170470 100644 --- a/test/test_advanced_game_stat.py +++ b/test/test_advanced_game_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_game_stat_offense.py b/test/test_advanced_game_stat_offense.py index bb4af224..35905d3c 100644 --- a/test/test_advanced_game_stat_offense.py +++ b/test/test_advanced_game_stat_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_game_stat_offense_passing_downs.py b/test/test_advanced_game_stat_offense_passing_downs.py index 760cfe2d..454104f0 100644 --- a/test/test_advanced_game_stat_offense_passing_downs.py +++ b/test/test_advanced_game_stat_offense_passing_downs.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_game_stat_offense_passing_plays.py b/test/test_advanced_game_stat_offense_passing_plays.py index c8ef0f90..6d2dfc59 100644 --- a/test/test_advanced_game_stat_offense_passing_plays.py +++ b/test/test_advanced_game_stat_offense_passing_plays.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat.py b/test/test_advanced_season_stat.py index d27c5626..be74f751 100644 --- a/test/test_advanced_season_stat.py +++ b/test/test_advanced_season_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_defense.py b/test/test_advanced_season_stat_defense.py index 1d21a04a..7f4cb1ea 100644 --- a/test/test_advanced_season_stat_defense.py +++ b/test/test_advanced_season_stat_defense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense.py b/test/test_advanced_season_stat_offense.py index 6a94bdcf..588198e7 100644 --- a/test/test_advanced_season_stat_offense.py +++ b/test/test_advanced_season_stat_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense_field_position.py b/test/test_advanced_season_stat_offense_field_position.py index 5f28d0f9..4c28c5a7 100644 --- a/test/test_advanced_season_stat_offense_field_position.py +++ b/test/test_advanced_season_stat_offense_field_position.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense_havoc.py b/test/test_advanced_season_stat_offense_havoc.py index b19109e0..da17a645 100644 --- a/test/test_advanced_season_stat_offense_havoc.py +++ b/test/test_advanced_season_stat_offense_havoc.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense_passing_downs.py b/test/test_advanced_season_stat_offense_passing_downs.py index 011bafa6..fdb5ee2c 100644 --- a/test/test_advanced_season_stat_offense_passing_downs.py +++ b/test/test_advanced_season_stat_offense_passing_downs.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense_passing_plays.py b/test/test_advanced_season_stat_offense_passing_plays.py index 37766281..838055f0 100644 --- a/test/test_advanced_season_stat_offense_passing_plays.py +++ b/test/test_advanced_season_stat_offense_passing_plays.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_aggregated_team_recruiting.py b/test/test_aggregated_team_recruiting.py index 8cd77e4b..5f92ad20 100644 --- a/test/test_aggregated_team_recruiting.py +++ b/test/test_aggregated_team_recruiting.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_betting_api.py b/test/test_betting_api.py index 5bc4f574..43410d98 100644 --- a/test/test_betting_api.py +++ b/test/test_betting_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_betting_game.py b/test/test_betting_game.py index fc2454db..a3e1838d 100644 --- a/test/test_betting_game.py +++ b/test/test_betting_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_calendar_week.py b/test/test_calendar_week.py index 016c020d..efbb902c 100644 --- a/test/test_calendar_week.py +++ b/test/test_calendar_week.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_coach.py b/test/test_coach.py index 4b0c2298..6e99246d 100644 --- a/test/test_coach.py +++ b/test/test_coach.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_coach_season.py b/test/test_coach_season.py index dfd6ebeb..8516fb0c 100644 --- a/test/test_coach_season.py +++ b/test/test_coach_season.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_coaches_api.py b/test/test_coaches_api.py index 4314549a..d1b69024 100644 --- a/test/test_coaches_api.py +++ b/test/test_coaches_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conference.py b/test/test_conference.py index 15f88e98..21421ad0 100644 --- a/test/test_conference.py +++ b/test/test_conference.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conference_sp.py b/test/test_conference_sp.py index 70674976..e4375585 100644 --- a/test/test_conference_sp.py +++ b/test/test_conference_sp.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conference_sp_defense.py b/test/test_conference_sp_defense.py index 0eddea53..c2348ae9 100644 --- a/test/test_conference_sp_defense.py +++ b/test/test_conference_sp_defense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conference_sp_offense.py b/test/test_conference_sp_offense.py index d4769fec..c8f38380 100644 --- a/test/test_conference_sp_offense.py +++ b/test/test_conference_sp_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conferences_api.py b/test/test_conferences_api.py index 043fbd17..9524ec40 100644 --- a/test/test_conferences_api.py +++ b/test/test_conferences_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_division_classification.py b/test/test_division_classification.py index 96c24792..3caad3f5 100644 --- a/test/test_division_classification.py +++ b/test/test_division_classification.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_api.py b/test/test_draft_api.py index bd32a387..faca72ae 100644 --- a/test/test_draft_api.py +++ b/test/test_draft_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_pick.py b/test/test_draft_pick.py index 6c7c6231..ba6f50c2 100644 --- a/test/test_draft_pick.py +++ b/test/test_draft_pick.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_pick_hometown_info.py b/test/test_draft_pick_hometown_info.py index d5852dbc..b98d1ae7 100644 --- a/test/test_draft_pick_hometown_info.py +++ b/test/test_draft_pick_hometown_info.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_position.py b/test/test_draft_position.py index 442969fb..153901f9 100644 --- a/test/test_draft_position.py +++ b/test/test_draft_position.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_team.py b/test/test_draft_team.py index 8c30efec..96481eb1 100644 --- a/test/test_draft_team.py +++ b/test/test_draft_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_drive.py b/test/test_drive.py index 3d86a9e6..cc99d7fb 100644 --- a/test/test_drive.py +++ b/test/test_drive.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_drives_api.py b/test/test_drives_api.py index 19fb5406..ecec9d67 100644 --- a/test/test_drives_api.py +++ b/test/test_drives_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_field_goal_ep.py b/test/test_field_goal_ep.py index 002ed633..6924b02d 100644 --- a/test/test_field_goal_ep.py +++ b/test/test_field_goal_ep.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game.py b/test/test_game.py index ced5f084..b27cde56 100644 --- a/test/test_game.py +++ b/test/test_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_line.py b/test/test_game_line.py index 8fc0f8ac..eb865c0c 100644 --- a/test/test_game_line.py +++ b/test/test_game_line.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_media.py b/test/test_game_media.py index d2d562f5..cbb29e4c 100644 --- a/test/test_game_media.py +++ b/test/test_game_media.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stat_categories.py b/test/test_game_player_stat_categories.py index ae37e3a5..bb4f7d7f 100644 --- a/test/test_game_player_stat_categories.py +++ b/test/test_game_player_stat_categories.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stat_player.py b/test/test_game_player_stat_player.py index 7b7d6b49..6d3d71c2 100644 --- a/test/test_game_player_stat_player.py +++ b/test/test_game_player_stat_player.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stat_types.py b/test/test_game_player_stat_types.py index 2f7d30d1..92c8a773 100644 --- a/test/test_game_player_stat_types.py +++ b/test/test_game_player_stat_types.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stats.py b/test/test_game_player_stats.py index bb6e655f..d1044fdb 100644 --- a/test/test_game_player_stats.py +++ b/test/test_game_player_stats.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stats_team.py b/test/test_game_player_stats_team.py index f5778edf..a787724b 100644 --- a/test/test_game_player_stats_team.py +++ b/test/test_game_player_stats_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_status.py b/test/test_game_status.py index 6edb8a7f..d74ed491 100644 --- a/test/test_game_status.py +++ b/test/test_game_status.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_team_stats.py b/test/test_game_team_stats.py index 62c60304..80195f3d 100644 --- a/test/test_game_team_stats.py +++ b/test/test_game_team_stats.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_team_stats_team.py b/test/test_game_team_stats_team.py index 688d86e5..d8a6b7c8 100644 --- a/test/test_game_team_stats_team.py +++ b/test/test_game_team_stats_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_team_stats_team_stat.py b/test/test_game_team_stats_team_stat.py index 3ff65acb..16dc8df3 100644 --- a/test/test_game_team_stats_team_stat.py +++ b/test/test_game_team_stats_team_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_weather.py b/test/test_game_weather.py index 113a1f56..0237bf2a 100644 --- a/test/test_game_weather.py +++ b/test/test_game_weather.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_games_api.py b/test/test_games_api.py index bccc020e..19254b9f 100644 --- a/test/test_games_api.py +++ b/test/test_games_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_live_game.py b/test/test_live_game.py index dcb1ef9b..16482c31 100644 --- a/test/test_live_game.py +++ b/test/test_live_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_live_game_drive.py b/test/test_live_game_drive.py index a4dbb2e5..8c08ab8c 100644 --- a/test/test_live_game_drive.py +++ b/test/test_live_game_drive.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_live_game_play.py b/test/test_live_game_play.py index 3bdaeac4..143bbb8f 100644 --- a/test/test_live_game_play.py +++ b/test/test_live_game_play.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_live_game_team.py b/test/test_live_game_team.py index abbb2069..82174ecc 100644 --- a/test/test_live_game_team.py +++ b/test/test_live_game_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_matchup.py b/test/test_matchup.py index 240db9d9..a8a82210 100644 --- a/test/test_matchup.py +++ b/test/test_matchup.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_matchup_game.py b/test/test_matchup_game.py index b441200c..0011f091 100644 --- a/test/test_matchup_game.py +++ b/test/test_matchup_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_media_type.py b/test/test_media_type.py index a4500feb..34ef0998 100644 --- a/test/test_media_type.py +++ b/test/test_media_type.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_metrics_api.py b/test/test_metrics_api.py index 87b6afc9..f07ec78a 100644 --- a/test/test_metrics_api.py +++ b/test/test_metrics_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play.py b/test/test_play.py index 4dd02ca1..1a3d8675 100644 --- a/test/test_play.py +++ b/test/test_play.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_clock.py b/test/test_play_clock.py index 01734574..41b97d55 100644 --- a/test/test_play_clock.py +++ b/test/test_play_clock.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_stat.py b/test/test_play_stat.py index 350c5722..6a56cd60 100644 --- a/test/test_play_stat.py +++ b/test/test_play_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_stat_clock.py b/test/test_play_stat_clock.py index e7814c9f..a5b6bec5 100644 --- a/test/test_play_stat_clock.py +++ b/test/test_play_stat_clock.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_stat_type.py b/test/test_play_stat_type.py index 1704a920..0737e9f4 100644 --- a/test/test_play_stat_type.py +++ b/test/test_play_stat_type.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_type.py b/test/test_play_type.py index 606ff002..d1bcc418 100644 --- a/test/test_play_type.py +++ b/test/test_play_type.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_win_probability.py b/test/test_play_win_probability.py index a847c1af..90cb933d 100644 --- a/test/test_play_win_probability.py +++ b/test/test_play_win_probability.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_game_predicted_points_added.py b/test/test_player_game_predicted_points_added.py index 441cd87e..685a3f2d 100644 --- a/test/test_player_game_predicted_points_added.py +++ b/test/test_player_game_predicted_points_added.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_game_predicted_points_added_average_ppa.py b/test/test_player_game_predicted_points_added_average_ppa.py index 047df72a..1271f972 100644 --- a/test/test_player_game_predicted_points_added_average_ppa.py +++ b/test/test_player_game_predicted_points_added_average_ppa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_game_usage.py b/test/test_player_game_usage.py index 468e9c6d..f84400d0 100644 --- a/test/test_player_game_usage.py +++ b/test/test_player_game_usage.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_ppa.py b/test/test_player_ppa.py index c28c20d3..5b587628 100644 --- a/test/test_player_ppa.py +++ b/test/test_player_ppa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_ppa_chart_item.py b/test/test_player_ppa_chart_item.py index 0c87bf8f..e6e35e46 100644 --- a/test/test_player_ppa_chart_item.py +++ b/test/test_player_ppa_chart_item.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_search_result.py b/test/test_player_search_result.py index 6eed9b1f..43f989d8 100644 --- a/test/test_player_search_result.py +++ b/test/test_player_search_result.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_season_predicted_points_added.py b/test/test_player_season_predicted_points_added.py index c195bb42..165cecea 100644 --- a/test/test_player_season_predicted_points_added.py +++ b/test/test_player_season_predicted_points_added.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_season_predicted_points_added_average_ppa.py b/test/test_player_season_predicted_points_added_average_ppa.py index f9fc2648..87345aa9 100644 --- a/test/test_player_season_predicted_points_added_average_ppa.py +++ b/test/test_player_season_predicted_points_added_average_ppa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_stat.py b/test/test_player_stat.py index 674354ad..6324028f 100644 --- a/test/test_player_stat.py +++ b/test/test_player_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_stats_by_quarter.py b/test/test_player_stats_by_quarter.py index 3323dc86..e7c24033 100644 --- a/test/test_player_stats_by_quarter.py +++ b/test/test_player_stats_by_quarter.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_transfer.py b/test/test_player_transfer.py index 696f9c09..bdb75260 100644 --- a/test/test_player_transfer.py +++ b/test/test_player_transfer.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_usage.py b/test/test_player_usage.py index 07f4d5b1..61c03cb6 100644 --- a/test/test_player_usage.py +++ b/test/test_player_usage.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_usage_usage.py b/test/test_player_usage_usage.py index e8029fa7..b8f650e4 100644 --- a/test/test_player_usage_usage.py +++ b/test/test_player_usage_usage.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_players_api.py b/test/test_players_api.py index a353f80e..45b6abb9 100644 --- a/test/test_players_api.py +++ b/test/test_players_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_plays_api.py b/test/test_plays_api.py index d32a8937..8e0bb348 100644 --- a/test/test_plays_api.py +++ b/test/test_plays_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_poll.py b/test/test_poll.py index 80c8b9ee..63cab55a 100644 --- a/test/test_poll.py +++ b/test/test_poll.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_poll_rank.py b/test/test_poll_rank.py index c463c3ed..c2fb7ed0 100644 --- a/test/test_poll_rank.py +++ b/test/test_poll_rank.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_poll_week.py b/test/test_poll_week.py index 4132f690..bbd09484 100644 --- a/test/test_poll_week.py +++ b/test/test_poll_week.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_predicted_points_value.py b/test/test_predicted_points_value.py index bb24243c..d2bfc3da 100644 --- a/test/test_predicted_points_value.py +++ b/test/test_predicted_points_value.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_pregame_win_probability.py b/test/test_pregame_win_probability.py index 775d31de..af020365 100644 --- a/test/test_pregame_win_probability.py +++ b/test/test_pregame_win_probability.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_rankings_api.py b/test/test_rankings_api.py index d8ef8baf..37b65bb8 100644 --- a/test/test_rankings_api.py +++ b/test/test_rankings_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ratings_api.py b/test/test_ratings_api.py index df44f9be..bbf6024d 100644 --- a/test/test_ratings_api.py +++ b/test/test_ratings_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recruit.py b/test/test_recruit.py index c819af04..4f7814db 100644 --- a/test/test_recruit.py +++ b/test/test_recruit.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recruit_classification.py b/test/test_recruit_classification.py index edd4ba29..1d202743 100644 --- a/test/test_recruit_classification.py +++ b/test/test_recruit_classification.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recruit_hometown_info.py b/test/test_recruit_hometown_info.py index 397fab36..f61c2b84 100644 --- a/test/test_recruit_hometown_info.py +++ b/test/test_recruit_hometown_info.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recruiting_api.py b/test/test_recruiting_api.py index 6005bf6b..d884ddb7 100644 --- a/test/test_recruiting_api.py +++ b/test/test_recruiting_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_returning_production.py b/test/test_returning_production.py index a6cfa6ff..22126103 100644 --- a/test/test_returning_production.py +++ b/test/test_returning_production.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_roster_player.py b/test/test_roster_player.py index 1b459d5e..b8e3aae9 100644 --- a/test/test_roster_player.py +++ b/test/test_roster_player.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game.py b/test/test_scoreboard_game.py index a7ad1573..80b51202 100644 --- a/test/test_scoreboard_game.py +++ b/test/test_scoreboard_game.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game_betting.py b/test/test_scoreboard_game_betting.py index 7ebd3a87..0628869d 100644 --- a/test/test_scoreboard_game_betting.py +++ b/test/test_scoreboard_game_betting.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game_home_team.py b/test/test_scoreboard_game_home_team.py index e336926a..41c7bbb3 100644 --- a/test/test_scoreboard_game_home_team.py +++ b/test/test_scoreboard_game_home_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game_venue.py b/test/test_scoreboard_game_venue.py index 333cb8ad..7a66bf09 100644 --- a/test/test_scoreboard_game_venue.py +++ b/test/test_scoreboard_game_venue.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game_weather.py b/test/test_scoreboard_game_weather.py index e526f735..df4d8cee 100644 --- a/test/test_scoreboard_game_weather.py +++ b/test/test_scoreboard_game_weather.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_season_type.py b/test/test_season_type.py index 6b417e89..9d3803e7 100644 --- a/test/test_season_type.py +++ b/test/test_season_type.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_stats_api.py b/test/test_stats_api.py index 0f5f0c55..ec25d7fa 100644 --- a/test/test_stats_api.py +++ b/test/test_stats_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_stats_by_quarter.py b/test/test_stats_by_quarter.py index f8bfe74f..463ac526 100644 --- a/test/test_stats_by_quarter.py +++ b/test/test_stats_by_quarter.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team.py b/test/test_team.py index 111903a3..815a3233 100644 --- a/test/test_team.py +++ b/test/test_team.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_elo.py b/test/test_team_elo.py index 63338dea..1d4253d3 100644 --- a/test/test_team_elo.py +++ b/test/test_team_elo.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_explosiveness.py b/test/test_team_explosiveness.py index d2bbff4a..d23d8bee 100644 --- a/test/test_team_explosiveness.py +++ b/test/test_team_explosiveness.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_field_position.py b/test/test_team_field_position.py index 3bf1e39f..70f9c11e 100644 --- a/test/test_team_field_position.py +++ b/test/test_team_field_position.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_fpi.py b/test/test_team_fpi.py index 1b1d7d21..1824e9dc 100644 --- a/test/test_team_fpi.py +++ b/test/test_team_fpi.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_fpi_efficiencies.py b/test/test_team_fpi_efficiencies.py index 9dca06d7..54d0fc4d 100644 --- a/test/test_team_fpi_efficiencies.py +++ b/test/test_team_fpi_efficiencies.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_fpi_resume_ranks.py b/test/test_team_fpi_resume_ranks.py index cdaaf015..2cf69afb 100644 --- a/test/test_team_fpi_resume_ranks.py +++ b/test/test_team_fpi_resume_ranks.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_game_predicted_points_added.py b/test/test_team_game_predicted_points_added.py index 7ac80723..cb04d634 100644 --- a/test/test_team_game_predicted_points_added.py +++ b/test/test_team_game_predicted_points_added.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_game_predicted_points_added_offense.py b/test/test_team_game_predicted_points_added_offense.py index c9bea7f3..6b8e15da 100644 --- a/test/test_team_game_predicted_points_added_offense.py +++ b/test/test_team_game_predicted_points_added_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_havoc.py b/test/test_team_havoc.py index 678f87cf..b8a548d3 100644 --- a/test/test_team_havoc.py +++ b/test/test_team_havoc.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_ppa.py b/test/test_team_ppa.py index ba5d994b..1526b442 100644 --- a/test/test_team_ppa.py +++ b/test/test_team_ppa.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_record.py b/test/test_team_record.py index d39df39a..7cbfa2ee 100644 --- a/test/test_team_record.py +++ b/test/test_team_record.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_records.py b/test/test_team_records.py index 6da209b5..02ce441e 100644 --- a/test/test_team_records.py +++ b/test/test_team_records.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_recruiting_ranking.py b/test/test_team_recruiting_ranking.py index c7d80ba0..adf9d2ec 100644 --- a/test/test_team_recruiting_ranking.py +++ b/test/test_team_recruiting_ranking.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_rushing_stats.py b/test/test_team_rushing_stats.py index fd39dc58..9d5ef2c5 100644 --- a/test/test_team_rushing_stats.py +++ b/test/test_team_rushing_stats.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_scoring_opportunities.py b/test/test_team_scoring_opportunities.py index b4b10386..5d039120 100644 --- a/test/test_team_scoring_opportunities.py +++ b/test/test_team_scoring_opportunities.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_season_predicted_points_added.py b/test/test_team_season_predicted_points_added.py index 147364b7..a1ff7904 100644 --- a/test/test_team_season_predicted_points_added.py +++ b/test/test_team_season_predicted_points_added.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_season_predicted_points_added_offense.py b/test/test_team_season_predicted_points_added_offense.py index 3bbb4099..93a17642 100644 --- a/test/test_team_season_predicted_points_added_offense.py +++ b/test/test_team_season_predicted_points_added_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_sp.py b/test/test_team_sp.py index 1dfcf3fc..19da2038 100644 --- a/test/test_team_sp.py +++ b/test/test_team_sp.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_sp_defense.py b/test/test_team_sp_defense.py index b932615c..4955e6d1 100644 --- a/test/test_team_sp_defense.py +++ b/test/test_team_sp_defense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_sp_offense.py b/test/test_team_sp_offense.py index f991683a..6c2962be 100644 --- a/test/test_team_sp_offense.py +++ b/test/test_team_sp_offense.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_sp_special_teams.py b/test/test_team_sp_special_teams.py index e288087a..dcd6c99e 100644 --- a/test/test_team_sp_special_teams.py +++ b/test/test_team_sp_special_teams.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_srs.py b/test/test_team_srs.py index 383d1c73..1c023f81 100644 --- a/test/test_team_srs.py +++ b/test/test_team_srs.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_stat.py b/test/test_team_stat.py index 96857af1..0cb86237 100644 --- a/test/test_team_stat.py +++ b/test/test_team_stat.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_stat_stat_value.py b/test/test_team_stat_stat_value.py index a92fb1b7..94405365 100644 --- a/test/test_team_stat_stat_value.py +++ b/test/test_team_stat_stat_value.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_success_rates.py b/test/test_team_success_rates.py index 1ca5f22b..28f59f5a 100644 --- a/test/test_team_success_rates.py +++ b/test/test_team_success_rates.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_talent.py b/test/test_team_talent.py index 1c0f068d..8bf7c9eb 100644 --- a/test/test_team_talent.py +++ b/test/test_team_talent.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_teams_api.py b/test/test_teams_api.py index a269840a..ffbe587f 100644 --- a/test/test_teams_api.py +++ b/test/test_teams_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_transfer_eligibility.py b/test/test_transfer_eligibility.py index 5ba05068..16792179 100644 --- a/test/test_transfer_eligibility.py +++ b/test/test_transfer_eligibility.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_venue.py b/test/test_venue.py index 187a2621..837125f5 100644 --- a/test/test_venue.py +++ b/test/test_venue.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_venues_api.py b/test/test_venues_api.py index d55f9416..d79bc818 100644 --- a/test/test_venues_api.py +++ b/test/test_venues_api.py @@ -5,7 +5,7 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website. - The version of the OpenAPI document: 5.1.2 + The version of the OpenAPI document: 5.1.3 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech)