From d6451536ac198d156bd21c2b2be78608792cc939 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:09:20 +0000 Subject: [PATCH] fix(metrics): updating adjusted stats route --- README.md | 10 +++++----- 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 | 4 ++-- 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 +- .../models/advanced_game_stat_offense_passing_downs.py | 2 +- .../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 +- .../advanced_season_stat_offense_field_position.py | 2 +- cfbd/models/advanced_season_stat_offense_havoc.py | 2 +- .../advanced_season_stat_offense_passing_downs.py | 2 +- .../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 +- .../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 +- .../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 +- docs/StatsApi.md | 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_advanced_season_stat_offense_field_position.py | 2 +- test/test_advanced_season_stat_offense_havoc.py | 2 +- .../test_advanced_season_stat_offense_passing_downs.py | 2 +- .../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 +- ...t_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 +- ...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_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 +- 282 files changed, 292 insertions(+), 292 deletions(-) diff --git a/README.md b/README.md index c6af571f..0156ad85 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.0 -- Package version: 5.1.0a1 +- API version: 5.1.1 +- Package version: 5.1.1a1 - 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.0a1 +pip install cfbd@5.1.1a1 ``` -(you may need to run `pip` with root permission: `sudo pip install cfbd@5.1.0a1`) +(you may need to run `pip` with root permission: `sudo pip install cfbd@5.1.1a1`) Then import the package: ```python @@ -124,7 +124,7 @@ Class | Method | HTTP request | Description *RecruitingApi* | [**get_aggregated_team_recruiting_ratings**](docs/RecruitingApi.md#get_aggregated_team_recruiting_ratings) | **GET** /recruiting/groups | *RecruitingApi* | [**get_recruits**](docs/RecruitingApi.md#get_recruits) | **GET** /recruiting/players | *RecruitingApi* | [**get_team_recruiting_rankings**](docs/RecruitingApi.md#get_team_recruiting_rankings) | **GET** /recruiting/teams | -*StatsApi* | [**get_adjusted_team_season_stats**](docs/StatsApi.md#get_adjusted_team_season_stats) | **GET** /stats/team/season/adjusted | +*StatsApi* | [**get_adjusted_team_season_stats**](docs/StatsApi.md#get_adjusted_team_season_stats) | **GET** /stats/season/adjusted | *StatsApi* | [**get_advanced_game_stats**](docs/StatsApi.md#get_advanced_game_stats) | **GET** /stats/game/advanced | *StatsApi* | [**get_advanced_season_stats**](docs/StatsApi.md#get_advanced_season_stats) | **GET** /stats/season/advanced | *StatsApi* | [**get_categories**](docs/StatsApi.md#get_categories) | **GET** /stats/categories | diff --git a/cfbd/__init__.py b/cfbd/__init__.py index 1d6b8395..bd7d5ada 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.0 + The version of the OpenAPI document: 5.1.1 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "5.1.0a1" +__version__ = "5.1.1a1" # 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 7aab9d35..01c11b86 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.0 + The version of the OpenAPI document: 5.1.1 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 7500cd46..0a56a785 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.0 + The version of the OpenAPI document: 5.1.1 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 b33978df..716da8ef 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.0 + The version of the OpenAPI document: 5.1.1 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 f4e5dc8a..719fa9d7 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.0 + The version of the OpenAPI document: 5.1.1 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 51d219ff..82e771ec 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.0 + The version of the OpenAPI document: 5.1.1 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 4290fc52..c71ec63e 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.0 + The version of the OpenAPI document: 5.1.1 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 a79e85fd..2eea8274 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.0 + The version of the OpenAPI document: 5.1.1 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 2eb86026..348e4450 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.0 + The version of the OpenAPI document: 5.1.1 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 c02686bc..869426be 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.0 + The version of the OpenAPI document: 5.1.1 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 430834f6..295ce5f9 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.0 + The version of the OpenAPI document: 5.1.1 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 33e6f205..4cc608fc 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.0 + The version of the OpenAPI document: 5.1.1 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 03bb0561..7a24ed97 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.0 + The version of the OpenAPI document: 5.1.1 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 e1300b61..45c57137 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.0 + The version of the OpenAPI document: 5.1.1 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -191,7 +191,7 @@ def get_adjusted_team_season_stats_with_http_info(self, year : Annotated[Optiona } return self.api_client.call_api( - '/stats/team/season/adjusted', 'GET', + '/stats/season/adjusted', 'GET', _path_params, _query_params, _header_params, diff --git a/cfbd/api/teams_api.py b/cfbd/api/teams_api.py index 9c594d54..2936203a 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.0 + The version of the OpenAPI document: 5.1.1 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 51813e25..747f6c94 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.0 + The version of the OpenAPI document: 5.1.1 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 7d290394..a05ce97e 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.0 + The version of the OpenAPI document: 5.1.1 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.0a1/python' + self.user_agent = 'OpenAPI-Generator/5.1.1a1/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/cfbd/configuration.py b/cfbd/configuration.py index cb23a616..0e59947e 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.0 + The version of the OpenAPI document: 5.1.1 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.0\n"\ - "SDK Package Version: 5.1.0a1".\ + "Version of the API: 5.1.1\n"\ + "SDK Package Version: 5.1.1a1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/cfbd/exceptions.py b/cfbd/exceptions.py index 9b9bf54b..f6550247 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.0 + The version of the OpenAPI document: 5.1.1 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 8a9e1bc1..b7fe77eb 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.0 + The version of the OpenAPI document: 5.1.1 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 81b11092..125194df 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.0 + The version of the OpenAPI document: 5.1.1 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 b1b15ae6..c3573580 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.0 + The version of the OpenAPI document: 5.1.1 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 17327c85..a40d25bc 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.0 + The version of the OpenAPI document: 5.1.1 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 d384d6dd..b7fa8e7d 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.0 + The version of the OpenAPI document: 5.1.1 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 9286ead8..c5a1cf09 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.0 + The version of the OpenAPI document: 5.1.1 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 05bab142..fd48bb10 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.0 + The version of the OpenAPI document: 5.1.1 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 2173f1d8..9569a118 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.0 + The version of the OpenAPI document: 5.1.1 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 7a728a2b..bc628fa2 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.0 + The version of the OpenAPI document: 5.1.1 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 ebb26d2a..cd995139 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.0 + The version of the OpenAPI document: 5.1.1 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 22ba2674..0dc5d770 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.0 + The version of the OpenAPI document: 5.1.1 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 7a3cf5dd..a6514801 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.0 + The version of the OpenAPI document: 5.1.1 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 a2b414ca..61fb04e2 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.0 + The version of the OpenAPI document: 5.1.1 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 70a81f04..90a615f5 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.0 + The version of the OpenAPI document: 5.1.1 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 5ac36494..7049df7f 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.0 + The version of the OpenAPI document: 5.1.1 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 8b8b1b34..731755a5 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.0 + The version of the OpenAPI document: 5.1.1 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 ddadb75a..085f6ec8 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.0 + The version of the OpenAPI document: 5.1.1 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 8dcff59d..f640f42a 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.0 + The version of the OpenAPI document: 5.1.1 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 28236863..5df938b2 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.0 + The version of the OpenAPI document: 5.1.1 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 1bb1720d..8623e02b 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.0 + The version of the OpenAPI document: 5.1.1 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 ca7829dd..e10dabaf 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.0 + The version of the OpenAPI document: 5.1.1 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 ccb5edbf..5cb768b5 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.0 + The version of the OpenAPI document: 5.1.1 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 7db89573..5d4f492c 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.0 + The version of the OpenAPI document: 5.1.1 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 5e5224b6..1631a725 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.0 + The version of the OpenAPI document: 5.1.1 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 d8a10f48..a2e00368 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.0 + The version of the OpenAPI document: 5.1.1 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 ca0fb667..30f454ff 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.0 + The version of the OpenAPI document: 5.1.1 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 c9dcff9a..ae07cdd8 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.0 + The version of the OpenAPI document: 5.1.1 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 bedae0ae..2b4df0b1 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.0 + The version of the OpenAPI document: 5.1.1 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 dc44c360..a4a4f7f8 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.0 + The version of the OpenAPI document: 5.1.1 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 fb684604..b529cfac 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.0 + The version of the OpenAPI document: 5.1.1 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 0d69c56b..b0ffa2ea 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.0 + The version of the OpenAPI document: 5.1.1 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 59ad70af..db019fda 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.0 + The version of the OpenAPI document: 5.1.1 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 0197456b..b2a834d6 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.0 + The version of the OpenAPI document: 5.1.1 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 0ed70923..88143a27 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.0 + The version of the OpenAPI document: 5.1.1 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 6f681b5c..0fbf118b 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.0 + The version of the OpenAPI document: 5.1.1 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 cb600151..aad10018 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.0 + The version of the OpenAPI document: 5.1.1 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 6f3e5c36..04d72f45 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.0 + The version of the OpenAPI document: 5.1.1 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 8984fa5a..0fba5c75 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.0 + The version of the OpenAPI document: 5.1.1 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 85f7aca3..3b3c76e0 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.0 + The version of the OpenAPI document: 5.1.1 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 d38f2a9e..33cd1dd0 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.0 + The version of the OpenAPI document: 5.1.1 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 775470fa..a4e803fb 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.0 + The version of the OpenAPI document: 5.1.1 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 418e2671..0302fa7d 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.0 + The version of the OpenAPI document: 5.1.1 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 9161538f..d994d368 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.0 + The version of the OpenAPI document: 5.1.1 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 c64a4192..4f8fb200 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.0 + The version of the OpenAPI document: 5.1.1 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 c01f2d6e..96cdb2f1 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.0 + The version of the OpenAPI document: 5.1.1 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 459e296a..44910e9a 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.0 + The version of the OpenAPI document: 5.1.1 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 5a9f3a6c..688c403d 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.0 + The version of the OpenAPI document: 5.1.1 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 9d910537..a8636659 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.0 + The version of the OpenAPI document: 5.1.1 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 81deac8b..41a8256f 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.0 + The version of the OpenAPI document: 5.1.1 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 22c0c0ef..abcee332 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.0 + The version of the OpenAPI document: 5.1.1 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 80cd106d..19ee8df1 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.0 + The version of the OpenAPI document: 5.1.1 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 534d7323..bf2f406d 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.0 + The version of the OpenAPI document: 5.1.1 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 0a6d92c4..788c3d72 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.0 + The version of the OpenAPI document: 5.1.1 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 aa71ee0f..225e5e97 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.0 + The version of the OpenAPI document: 5.1.1 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 de5eeb3c..5e03553d 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.0 + The version of the OpenAPI document: 5.1.1 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 d18b59ca..e0967c95 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.0 + The version of the OpenAPI document: 5.1.1 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 271b3c7e..827fa14e 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.0 + The version of the OpenAPI document: 5.1.1 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 7598c167..9899a115 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.0 + The version of the OpenAPI document: 5.1.1 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 fdd9d962..3c0d486a 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.0 + The version of the OpenAPI document: 5.1.1 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 dc1526b1..9d314a3b 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.0 + The version of the OpenAPI document: 5.1.1 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 0f06c337..f67245ec 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.0 + The version of the OpenAPI document: 5.1.1 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 54970204..062025fe 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.0 + The version of the OpenAPI document: 5.1.1 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 7615edef..62f2b4e7 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.0 + The version of the OpenAPI document: 5.1.1 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 ad5bcb03..9b6f0f03 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.0 + The version of the OpenAPI document: 5.1.1 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 8acd2367..ec8a7151 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.0 + The version of the OpenAPI document: 5.1.1 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 82441618..29e0778b 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.0 + The version of the OpenAPI document: 5.1.1 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 85e09063..1879f79c 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.0 + The version of the OpenAPI document: 5.1.1 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 c0ffb788..f3611419 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.0 + The version of the OpenAPI document: 5.1.1 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 544140f6..201e6ba0 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.0 + The version of the OpenAPI document: 5.1.1 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 6048dbb1..e0c4a0a9 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.0 + The version of the OpenAPI document: 5.1.1 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 0693dea1..7d565875 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.0 + The version of the OpenAPI document: 5.1.1 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 34228025..405ae428 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.0 + The version of the OpenAPI document: 5.1.1 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 1efcad4e..2af20839 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.0 + The version of the OpenAPI document: 5.1.1 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 4550897b..be4de405 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.0 + The version of the OpenAPI document: 5.1.1 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 387c6b3d..348d2edf 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.0 + The version of the OpenAPI document: 5.1.1 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 6a38fd26..3f58b66b 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.0 + The version of the OpenAPI document: 5.1.1 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 54a6a853..5fe0caa1 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.0 + The version of the OpenAPI document: 5.1.1 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 6c50306c..50883c01 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.0 + The version of the OpenAPI document: 5.1.1 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 18742b58..f0f07b67 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.0 + The version of the OpenAPI document: 5.1.1 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 b3de7f7e..63496f81 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.0 + The version of the OpenAPI document: 5.1.1 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 9b4dc7c6..8c5744a9 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.0 + The version of the OpenAPI document: 5.1.1 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 64e6bbdd..141f1f69 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.0 + The version of the OpenAPI document: 5.1.1 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 d5c58581..21e31f8b 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.0 + The version of the OpenAPI document: 5.1.1 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 ab0034a4..bbc955cd 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.0 + The version of the OpenAPI document: 5.1.1 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 b64a1b67..3a8a997f 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.0 + The version of the OpenAPI document: 5.1.1 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 39095b59..bdd276c5 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.0 + The version of the OpenAPI document: 5.1.1 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 50bfc332..53830e96 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.0 + The version of the OpenAPI document: 5.1.1 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 2f0b9b1e..abebf6bf 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.0 + The version of the OpenAPI document: 5.1.1 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 cad2a3f5..aea1759d 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.0 + The version of the OpenAPI document: 5.1.1 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 2ea18cc4..28861d57 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.0 + The version of the OpenAPI document: 5.1.1 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 85f69e52..139432be 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.0 + The version of the OpenAPI document: 5.1.1 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 3979d396..e3b7284f 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.0 + The version of the OpenAPI document: 5.1.1 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 4646d138..2d50d245 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.0 + The version of the OpenAPI document: 5.1.1 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 3fea2234..ae7d112e 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.0 + The version of the OpenAPI document: 5.1.1 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 49efe6cc..b2aa1064 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.0 + The version of the OpenAPI document: 5.1.1 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 7b80589f..49ec63d7 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.0 + The version of the OpenAPI document: 5.1.1 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 9ac46280..f3f13dc0 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.0 + The version of the OpenAPI document: 5.1.1 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 6623191b..7d16a2d5 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.0 + The version of the OpenAPI document: 5.1.1 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 6b3e1918..c7e06b1f 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.0 + The version of the OpenAPI document: 5.1.1 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 0b551c79..efd4ed48 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.0 + The version of the OpenAPI document: 5.1.1 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 e61765a6..24ed87fd 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.0 + The version of the OpenAPI document: 5.1.1 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 7358de68..760dc8b4 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.0 + The version of the OpenAPI document: 5.1.1 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 3c050b2c..e55dbfc0 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.0 + The version of the OpenAPI document: 5.1.1 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 95f974ab..37667d9b 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.0 + The version of the OpenAPI document: 5.1.1 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 02c29e0f..ff576931 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.0 + The version of the OpenAPI document: 5.1.1 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 ee6d441d..93f37abc 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.0 + The version of the OpenAPI document: 5.1.1 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 7cea7b74..60ef2714 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.0 + The version of the OpenAPI document: 5.1.1 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 cd17dcf7..22e49669 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.0 + The version of the OpenAPI document: 5.1.1 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 ca20fc3f..936ba637 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.0 + The version of the OpenAPI document: 5.1.1 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 5cac7d8f..4ab1f17d 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.0 + The version of the OpenAPI document: 5.1.1 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 0813cb41..ddfb9e6d 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.0 + The version of the OpenAPI document: 5.1.1 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 29fbd2b8..453dcc9d 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.0 + The version of the OpenAPI document: 5.1.1 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 89a97981..0d1a330f 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.0 + The version of the OpenAPI document: 5.1.1 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 e852a339..97da6a6c 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.0 + The version of the OpenAPI document: 5.1.1 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 48e3749f..2b13e960 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.0 + The version of the OpenAPI document: 5.1.1 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 2b0b2b02..26639f1e 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.0 + The version of the OpenAPI document: 5.1.1 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 db5eaaac..12a31dd9 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.0 + The version of the OpenAPI document: 5.1.1 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 fb66cbf9..27bcc666 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.0 + The version of the OpenAPI document: 5.1.1 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 c7f0325f..76f0687d 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.0 + The version of the OpenAPI document: 5.1.1 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 dd7ab6fb..2617c244 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.0 + The version of the OpenAPI document: 5.1.1 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 341e6bb8..95feeca4 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.0 + The version of the OpenAPI document: 5.1.1 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 f25655af..dbfdad3f 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.0 + The version of the OpenAPI document: 5.1.1 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/rest.py b/cfbd/rest.py index 20cf3e64..471e67bb 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.0 + The version of the OpenAPI document: 5.1.1 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/docs/StatsApi.md b/docs/StatsApi.md index d8b62dc3..6e5e3d66 100644 --- a/docs/StatsApi.md +++ b/docs/StatsApi.md @@ -4,7 +4,7 @@ All URIs are relative to *https://apinext.collegefootballdata.com* Method | HTTP request | Description ------------- | ------------- | ------------- -[**get_adjusted_team_season_stats**](StatsApi.md#get_adjusted_team_season_stats) | **GET** /stats/team/season/adjusted | +[**get_adjusted_team_season_stats**](StatsApi.md#get_adjusted_team_season_stats) | **GET** /stats/season/adjusted | [**get_advanced_game_stats**](StatsApi.md#get_advanced_game_stats) | **GET** /stats/game/advanced | [**get_advanced_season_stats**](StatsApi.md#get_advanced_season_stats) | **GET** /stats/season/advanced | [**get_categories**](StatsApi.md#get_categories) | **GET** /stats/categories | diff --git a/pyproject.toml b/pyproject.toml index 5e21e365..ada01637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cfbd" -version = "5.1.0a1" +version = "5.1.1a1" description = "College Football Data API" authors = ["the developer "] license = "MIT" diff --git a/setup.py b/setup.py index 02dd8167..d6881255 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.0 + The version of the OpenAPI document: 5.1.1 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.0a1" +VERSION = "5.1.1a1" 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 b79b368c..aafdd7f9 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.0 + The version of the OpenAPI document: 5.1.1 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 7596b637..2ce88663 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.0 + The version of the OpenAPI document: 5.1.1 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 fe9b0a11..c8ad1fcf 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.0 + The version of the OpenAPI document: 5.1.1 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 09979a8a..a693b576 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.0 + The version of the OpenAPI document: 5.1.1 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 9cf09b9b..1570690e 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.0 + The version of the OpenAPI document: 5.1.1 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 8436b32d..c7820656 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.0 + The version of the OpenAPI document: 5.1.1 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 85057b03..72bfeee1 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.0 + The version of the OpenAPI document: 5.1.1 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 c648b2ab..e2cc7ba6 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.0 + The version of the OpenAPI document: 5.1.1 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 6aca667a..95ffdbd2 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.0 + The version of the OpenAPI document: 5.1.1 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 d6f7eba8..f796443b 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.0 + The version of the OpenAPI document: 5.1.1 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 3790c7c2..4bb1d102 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.0 + The version of the OpenAPI document: 5.1.1 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 ebc08f10..9b461f60 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.0 + The version of the OpenAPI document: 5.1.1 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 6904590e..9bcad0fd 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.0 + The version of the OpenAPI document: 5.1.1 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 db9f7632..b8c00375 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.0 + The version of the OpenAPI document: 5.1.1 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 29b94d37..c2ab1a86 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.0 + The version of the OpenAPI document: 5.1.1 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 37b8f421..9247db9b 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.0 + The version of the OpenAPI document: 5.1.1 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 551ee13a..422a9ff8 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.0 + The version of the OpenAPI document: 5.1.1 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 e23c16a9..38bb4dee 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.0 + The version of the OpenAPI document: 5.1.1 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 1601b1e5..6c9c07f2 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.0 + The version of the OpenAPI document: 5.1.1 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 8e7f8378..87f18cb3 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.0 + The version of the OpenAPI document: 5.1.1 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 bdfe5f69..59bc5086 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.0 + The version of the OpenAPI document: 5.1.1 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 14fb8152..19286620 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.0 + The version of the OpenAPI document: 5.1.1 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 584faded..2427a4b5 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.0 + The version of the OpenAPI document: 5.1.1 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 3ba010b6..a473cb22 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.0 + The version of the OpenAPI document: 5.1.1 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 a7960aad..1490aba8 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.0 + The version of the OpenAPI document: 5.1.1 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 ba8e3d52..696af3d8 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.0 + The version of the OpenAPI document: 5.1.1 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 d62bc08e..7af25e66 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.0 + The version of the OpenAPI document: 5.1.1 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 d7399e56..4c96bb8f 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.0 + The version of the OpenAPI document: 5.1.1 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 84903123..d4431a1b 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.0 + The version of the OpenAPI document: 5.1.1 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 aa08f8c6..45fe0990 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.0 + The version of the OpenAPI document: 5.1.1 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 907ac36a..7773b45d 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.0 + The version of the OpenAPI document: 5.1.1 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 00142fcf..4b05cbd7 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.0 + The version of the OpenAPI document: 5.1.1 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 166dd6b2..d72d0ba4 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.0 + The version of the OpenAPI document: 5.1.1 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 eb192f4e..1cf38fcb 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.0 + The version of the OpenAPI document: 5.1.1 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 fe69dc8b..36e2f376 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.0 + The version of the OpenAPI document: 5.1.1 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 672a4198..c433e3e1 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.0 + The version of the OpenAPI document: 5.1.1 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 3eb54d8a..809c8a8f 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.0 + The version of the OpenAPI document: 5.1.1 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 e4a9e811..f5965983 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.0 + The version of the OpenAPI document: 5.1.1 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 39b9ee1d..68e1007c 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.0 + The version of the OpenAPI document: 5.1.1 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 7aff544f..b1966b58 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.0 + The version of the OpenAPI document: 5.1.1 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 169d70b7..3d68fc92 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.0 + The version of the OpenAPI document: 5.1.1 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 b789c019..527bcc2d 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.0 + The version of the OpenAPI document: 5.1.1 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 51026f2a..91ff258a 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.0 + The version of the OpenAPI document: 5.1.1 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 36a305b3..873d9687 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.0 + The version of the OpenAPI document: 5.1.1 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 63036df9..cc6111cb 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.0 + The version of the OpenAPI document: 5.1.1 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 03e1d1e6..91f1cf56 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.0 + The version of the OpenAPI document: 5.1.1 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 d2268433..d3e2cc67 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.0 + The version of the OpenAPI document: 5.1.1 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 39616348..689fd5aa 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.0 + The version of the OpenAPI document: 5.1.1 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 00de6d0e..0be3bd2e 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.0 + The version of the OpenAPI document: 5.1.1 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 211f84b9..995454f1 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.0 + The version of the OpenAPI document: 5.1.1 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 b7133ff9..08d80fed 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.0 + The version of the OpenAPI document: 5.1.1 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 ddbf6839..9d9885b6 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.0 + The version of the OpenAPI document: 5.1.1 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 3b9343d0..220e0575 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.0 + The version of the OpenAPI document: 5.1.1 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 cc44467b..fcd9e153 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.0 + The version of the OpenAPI document: 5.1.1 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 b22d0a8e..94e4f638 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.0 + The version of the OpenAPI document: 5.1.1 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 75c39442..8eade8ac 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.0 + The version of the OpenAPI document: 5.1.1 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 4b8c131c..973e1734 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.0 + The version of the OpenAPI document: 5.1.1 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 0af6fc0b..17616a36 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.0 + The version of the OpenAPI document: 5.1.1 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 828dd6a7..4ec7b6f6 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.0 + The version of the OpenAPI document: 5.1.1 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 621a63a8..81a3b57b 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.0 + The version of the OpenAPI document: 5.1.1 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 5572b6eb..f7ce3694 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.0 + The version of the OpenAPI document: 5.1.1 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 3fc7ed29..b11f8d34 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.0 + The version of the OpenAPI document: 5.1.1 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 1c053bd7..099b3064 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.0 + The version of the OpenAPI document: 5.1.1 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 31516f60..52a044d9 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.0 + The version of the OpenAPI document: 5.1.1 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 a1d501d7..9cca9470 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.0 + The version of the OpenAPI document: 5.1.1 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 0e51b904..fc25de76 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.0 + The version of the OpenAPI document: 5.1.1 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 97e3afca..5a625bc6 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.0 + The version of the OpenAPI document: 5.1.1 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 9c79899c..feed4eb2 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.0 + The version of the OpenAPI document: 5.1.1 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 1e823d67..fa188a82 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.0 + The version of the OpenAPI document: 5.1.1 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 b6120c81..7a1d3eea 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.0 + The version of the OpenAPI document: 5.1.1 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 b2648835..ef93eb2a 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.0 + The version of the OpenAPI document: 5.1.1 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 f578aa6e..87937d38 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.0 + The version of the OpenAPI document: 5.1.1 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 4229c556..5abb4a72 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.0 + The version of the OpenAPI document: 5.1.1 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 60fd9298..42815b33 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.0 + The version of the OpenAPI document: 5.1.1 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 b1070d42..9d668120 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.0 + The version of the OpenAPI document: 5.1.1 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 bddfa73d..c42c5da6 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.0 + The version of the OpenAPI document: 5.1.1 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 e340b6b3..fec58e3c 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.0 + The version of the OpenAPI document: 5.1.1 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 d1c07c23..7e043e9a 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.0 + The version of the OpenAPI document: 5.1.1 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 6c877855..c9635861 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.0 + The version of the OpenAPI document: 5.1.1 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 4e9e6949..6c333238 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.0 + The version of the OpenAPI document: 5.1.1 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 093ec79e..06b86ad9 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.0 + The version of the OpenAPI document: 5.1.1 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 52d3ebd7..ca823ef3 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.0 + The version of the OpenAPI document: 5.1.1 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 e0cb0828..6abf2ff6 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.0 + The version of the OpenAPI document: 5.1.1 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 8a6629ec..46f0dabd 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.0 + The version of the OpenAPI document: 5.1.1 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 18e84e49..217693af 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.0 + The version of the OpenAPI document: 5.1.1 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 108a7293..a3c7da30 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.0 + The version of the OpenAPI document: 5.1.1 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 942eaa40..336c1733 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.0 + The version of the OpenAPI document: 5.1.1 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 34cc8f82..bb8d1a91 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.0 + The version of the OpenAPI document: 5.1.1 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 b8c469ce..b4d4c604 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.0 + The version of the OpenAPI document: 5.1.1 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 f5b99434..42ab12e9 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.0 + The version of the OpenAPI document: 5.1.1 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 6924f2d3..a0d6fe9d 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.0 + The version of the OpenAPI document: 5.1.1 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 b613bfcf..d3489999 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.0 + The version of the OpenAPI document: 5.1.1 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 45867c1c..7b442300 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.0 + The version of the OpenAPI document: 5.1.1 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 ae9ee5b2..2b206824 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.0 + The version of the OpenAPI document: 5.1.1 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 ea0edfe0..27d6fb27 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.0 + The version of the OpenAPI document: 5.1.1 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 e6993f77..d986c3d5 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.0 + The version of the OpenAPI document: 5.1.1 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 2da1fc1f..afbd65a6 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.0 + The version of the OpenAPI document: 5.1.1 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 cc707221..7ddff86d 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.0 + The version of the OpenAPI document: 5.1.1 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 ebfbd7c2..6f441037 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.0 + The version of the OpenAPI document: 5.1.1 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 23085d93..9bea7b0a 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.0 + The version of the OpenAPI document: 5.1.1 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 249d9bc8..b7921144 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.0 + The version of the OpenAPI document: 5.1.1 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 8db2a836..aad6a0e4 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.0 + The version of the OpenAPI document: 5.1.1 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 52966334..d3c65e9a 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.0 + The version of the OpenAPI document: 5.1.1 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 5d6d48b1..91716664 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.0 + The version of the OpenAPI document: 5.1.1 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 58156eca..a7d85a40 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.0 + The version of the OpenAPI document: 5.1.1 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 8734e5fb..b8f961cd 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.0 + The version of the OpenAPI document: 5.1.1 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 d20c4a7a..569e75a9 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.0 + The version of the OpenAPI document: 5.1.1 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 4ed9b43f..978586b6 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.0 + The version of the OpenAPI document: 5.1.1 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 0d818cde..7dc0cb15 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.0 + The version of the OpenAPI document: 5.1.1 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 bb29d9e9..ba0c6d32 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.0 + The version of the OpenAPI document: 5.1.1 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 44aa5030..456900b5 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.0 + The version of the OpenAPI document: 5.1.1 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 684d17f2..07d1da25 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.0 + The version of the OpenAPI document: 5.1.1 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 73082969..b0c89973 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.0 + The version of the OpenAPI document: 5.1.1 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 68af2770..fd09983e 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.0 + The version of the OpenAPI document: 5.1.1 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 d066940d..be833ae5 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.0 + The version of the OpenAPI document: 5.1.1 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 1bb365a1..36d7fb2b 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.0 + The version of the OpenAPI document: 5.1.1 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 4ff0343e..310e964c 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.0 + The version of the OpenAPI document: 5.1.1 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 88c23c75..1c629f19 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.0 + The version of the OpenAPI document: 5.1.1 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 88db6714..7bfd8dac 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.0 + The version of the OpenAPI document: 5.1.1 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 aef8e05b..7006f498 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.0 + The version of the OpenAPI document: 5.1.1 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 a4d612c1..f173ce91 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.0 + The version of the OpenAPI document: 5.1.1 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 499db4c2..4635b342 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.0 + The version of the OpenAPI document: 5.1.1 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 ab4785cc..8bd077d5 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.0 + The version of the OpenAPI document: 5.1.1 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 6f46cdaa..070aaf20 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.0 + The version of the OpenAPI document: 5.1.1 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 bd5b4989..b9ad87dc 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.0 + The version of the OpenAPI document: 5.1.1 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 96ff7822..f1623b61 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.0 + The version of the OpenAPI document: 5.1.1 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 c371cbf2..66d01255 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.0 + The version of the OpenAPI document: 5.1.1 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 d14c065b..8ffb8ab4 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.0 + The version of the OpenAPI document: 5.1.1 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 7aebe057..75763448 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.0 + The version of the OpenAPI document: 5.1.1 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 ad9597ce..ee10455c 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.0 + The version of the OpenAPI document: 5.1.1 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 d4477cdb..9d07b86b 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.0 + The version of the OpenAPI document: 5.1.1 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 73e0b5b9..34a52ff2 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.0 + The version of the OpenAPI document: 5.1.1 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 0025e4c2..259a1967 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.0 + The version of the OpenAPI document: 5.1.1 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 cc021504..ddb9769e 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.0 + The version of the OpenAPI document: 5.1.1 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 47d28632..b159b230 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.0 + The version of the OpenAPI document: 5.1.1 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 ca3cb286..2a5d77ba 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.0 + The version of the OpenAPI document: 5.1.1 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech)