cbbd 1.5.0__tar.gz → 1.7.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {cbbd-1.5.0 → cbbd-1.7.0}/PKG-INFO +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/README.md +4 -4
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/__init__.py +2 -2
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/conferences_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/games_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/lines_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/plays_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/ratings_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/stats_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/teams_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/venues_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api_client.py +2 -2
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/configuration.py +3 -3
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/exceptions.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/__init__.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/adjusted_efficiency_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/conference_history.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/conference_history_teams_inner.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/conference_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_box_score_players.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_box_score_players_players_inner.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_box_score_team.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_box_score_team_stats.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_box_score_team_stats_points.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_info.py +11 -4
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_line_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_lines.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_media_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_media_info_broadcasts_inner.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/game_status.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/line_provider_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/play_info.py +9 -2
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/play_info_participants_inner.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/play_type_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/player_season_stats.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/season_type.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/srs_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_roster.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_roster_player.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_roster_player_hometown.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_season_stats.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_season_unit_stats.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_season_unit_stats_field_goals.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_season_unit_stats_fouls.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_season_unit_stats_four_factors.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_season_unit_stats_points.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_season_unit_stats_rebounds.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/team_season_unit_stats_turnovers.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/models/venue_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/rest.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd.egg-info/PKG-INFO +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/pyproject.toml +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/setup.py +2 -2
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_adjusted_efficiency_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_conference_history.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_conference_history_teams_inner.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_conference_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_conferences_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_box_score_players.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_box_score_players_players_inner.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_box_score_team.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_box_score_team_stats.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_box_score_team_stats_points.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_info.py +3 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_line_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_lines.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_media_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_media_info_broadcasts_inner.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_game_status.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_games_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_line_provider_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_lines_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_play_info.py +3 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_play_info_participants_inner.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_play_type_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_player_season_stats.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_plays_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_ratings_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_season_type.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_srs_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_stats_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_roster.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_roster_player.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_roster_player_hometown.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_season_stats.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_season_unit_stats.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_season_unit_stats_field_goals.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_season_unit_stats_fouls.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_season_unit_stats_four_factors.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_season_unit_stats_points.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_season_unit_stats_rebounds.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_team_season_unit_stats_turnovers.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_teams_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_venue_info.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/test/test_venues_api.py +1 -1
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api/__init__.py +0 -0
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/api_response.py +0 -0
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd/py.typed +0 -0
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd.egg-info/SOURCES.txt +0 -0
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd.egg-info/dependency_links.txt +0 -0
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd.egg-info/requires.txt +0 -0
- {cbbd-1.5.0 → cbbd-1.7.0}/cbbd.egg-info/top_level.txt +0 -0
- {cbbd-1.5.0 → cbbd-1.7.0}/setup.cfg +0 -0
@@ -3,8 +3,8 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is sub
|
|
3
3
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
5
5
|
|
6
|
-
- API version: 1.
|
7
|
-
- Package version: 1.
|
6
|
+
- API version: 1.7.0
|
7
|
+
- Package version: 1.7.0
|
8
8
|
- Generator version: 7.11.0
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
|
10
10
|
|
@@ -16,9 +16,9 @@ Python 3.7+
|
|
16
16
|
### pip install
|
17
17
|
|
18
18
|
```sh
|
19
|
-
pip install cbbd@1.
|
19
|
+
pip install cbbd@1.7.0
|
20
20
|
```
|
21
|
-
(you may need to run `pip` with root permission: `sudo pip install cbbd@1.
|
21
|
+
(you may need to run `pip` with root permission: `sudo pip install cbbd@1.7.0`)
|
22
22
|
|
23
23
|
Then import the package:
|
24
24
|
```python
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
9
9
|
|
10
|
-
The version of the OpenAPI document: 1.
|
10
|
+
The version of the OpenAPI document: 1.7.0
|
11
11
|
Contact: admin@collegefootballdata.com
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "1.
|
18
|
+
__version__ = "1.7.0"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from cbbd.api.conferences_api import ConferencesApi
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -78,7 +78,7 @@ class ApiClient:
|
|
78
78
|
self.default_headers[header_name] = header_value
|
79
79
|
self.cookie = cookie
|
80
80
|
# Set default User-Agent.
|
81
|
-
self.user_agent = 'OpenAPI-Generator/1.
|
81
|
+
self.user_agent = 'OpenAPI-Generator/1.7.0/python'
|
82
82
|
self.client_side_validation = configuration.client_side_validation
|
83
83
|
|
84
84
|
def __enter__(self):
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -376,8 +376,8 @@ class Configuration:
|
|
376
376
|
return "Python SDK Debug Report:\n"\
|
377
377
|
"OS: {env}\n"\
|
378
378
|
"Python Version: {pyversion}\n"\
|
379
|
-
"Version of the API: 1.
|
380
|
-
"SDK Package Version: 1.
|
379
|
+
"Version of the API: 1.7.0\n"\
|
380
|
+
"SDK Package Version: 1.7.0".\
|
381
381
|
format(env=sys.platform, pyversion=sys.version)
|
382
382
|
|
383
383
|
def get_host_settings(self):
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
|
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.
|
8
8
|
|
9
|
-
The version of the OpenAPI document: 1.
|
9
|
+
The version of the OpenAPI document: 1.7.0
|
10
10
|
Contact: admin@collegefootballdata.com
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12
12
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -19,8 +19,8 @@ import re # noqa: F401
|
|
19
19
|
import json
|
20
20
|
|
21
21
|
from datetime import datetime
|
22
|
-
from typing import List, Optional
|
23
|
-
from pydantic import BaseModel, Field, StrictBool, StrictInt, StrictStr, conlist
|
22
|
+
from typing import List, Optional, Union
|
23
|
+
from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr, conlist
|
24
24
|
from cbbd.models.game_status import GameStatus
|
25
25
|
from cbbd.models.season_type import SeasonType
|
26
26
|
|
@@ -54,11 +54,12 @@ class GameInfo(BaseModel):
|
|
54
54
|
away_points: Optional[StrictInt] = Field(default=..., alias="awayPoints")
|
55
55
|
away_period_points: Optional[conlist(StrictInt)] = Field(default=..., alias="awayPeriodPoints")
|
56
56
|
away_winner: Optional[StrictBool] = Field(default=..., alias="awayWinner")
|
57
|
+
excitement: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
57
58
|
venue_id: Optional[StrictInt] = Field(default=..., alias="venueId")
|
58
59
|
venue: Optional[StrictStr] = Field(...)
|
59
60
|
city: Optional[StrictStr] = Field(...)
|
60
61
|
state: Optional[StrictStr] = Field(...)
|
61
|
-
__properties = ["id", "sourceId", "seasonLabel", "season", "seasonType", "startDate", "startTimeTbd", "neutralSite", "conferenceGame", "gameType", "status", "attendance", "homeTeamId", "homeTeam", "homeConferenceId", "homeConference", "homePoints", "homePeriodPoints", "homeWinner", "awayTeamId", "awayTeam", "awayConferenceId", "awayConference", "awayPoints", "awayPeriodPoints", "awayWinner", "venueId", "venue", "city", "state"]
|
62
|
+
__properties = ["id", "sourceId", "seasonLabel", "season", "seasonType", "startDate", "startTimeTbd", "neutralSite", "conferenceGame", "gameType", "status", "attendance", "homeTeamId", "homeTeam", "homeConferenceId", "homeConference", "homePoints", "homePeriodPoints", "homeWinner", "awayTeamId", "awayTeam", "awayConferenceId", "awayConference", "awayPoints", "awayPeriodPoints", "awayWinner", "excitement", "venueId", "venue", "city", "state"]
|
62
63
|
|
63
64
|
class Config:
|
64
65
|
"""Pydantic configuration"""
|
@@ -144,6 +145,11 @@ class GameInfo(BaseModel):
|
|
144
145
|
if self.away_winner is None and "away_winner" in self.__fields_set__:
|
145
146
|
_dict['awayWinner'] = None
|
146
147
|
|
148
|
+
# set to None if excitement (nullable) is None
|
149
|
+
# and __fields_set__ contains the field
|
150
|
+
if self.excitement is None and "excitement" in self.__fields_set__:
|
151
|
+
_dict['excitement'] = None
|
152
|
+
|
147
153
|
# set to None if venue_id (nullable) is None
|
148
154
|
# and __fields_set__ contains the field
|
149
155
|
if self.venue_id is None and "venue_id" in self.__fields_set__:
|
@@ -202,6 +208,7 @@ class GameInfo(BaseModel):
|
|
202
208
|
"away_points": obj.get("awayPoints"),
|
203
209
|
"away_period_points": obj.get("awayPeriodPoints"),
|
204
210
|
"away_winner": obj.get("awayWinner"),
|
211
|
+
"excitement": obj.get("excitement"),
|
205
212
|
"venue_id": obj.get("venueId"),
|
206
213
|
"venue": obj.get("venue"),
|
207
214
|
"city": obj.get("city"),
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -49,13 +49,14 @@ class PlayInfo(BaseModel):
|
|
49
49
|
seconds_remaining: StrictInt = Field(default=..., alias="secondsRemaining")
|
50
50
|
home_score: StrictInt = Field(default=..., alias="homeScore")
|
51
51
|
away_score: StrictInt = Field(default=..., alias="awayScore")
|
52
|
+
home_win_probability: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="homeWinProbability")
|
52
53
|
scoring_play: Optional[StrictBool] = Field(default=..., alias="scoringPlay")
|
53
54
|
shooting_play: Optional[StrictBool] = Field(default=..., alias="shootingPlay")
|
54
55
|
score_value: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="scoreValue")
|
55
56
|
wallclock: Optional[datetime] = Field(...)
|
56
57
|
play_text: Optional[StrictStr] = Field(default=..., alias="playText")
|
57
58
|
participants: conlist(PlayInfoParticipantsInner) = Field(...)
|
58
|
-
__properties = ["id", "sourceId", "gameId", "gameSourceId", "gameStartDate", "season", "seasonType", "gameType", "playType", "isHomeTeam", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "period", "clock", "secondsRemaining", "homeScore", "awayScore", "scoringPlay", "shootingPlay", "scoreValue", "wallclock", "playText", "participants"]
|
59
|
+
__properties = ["id", "sourceId", "gameId", "gameSourceId", "gameStartDate", "season", "seasonType", "gameType", "playType", "isHomeTeam", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "period", "clock", "secondsRemaining", "homeScore", "awayScore", "homeWinProbability", "scoringPlay", "shootingPlay", "scoreValue", "wallclock", "playText", "participants"]
|
59
60
|
|
60
61
|
class Config:
|
61
62
|
"""Pydantic configuration"""
|
@@ -123,6 +124,11 @@ class PlayInfo(BaseModel):
|
|
123
124
|
if self.opponent_conference is None and "opponent_conference" in self.__fields_set__:
|
124
125
|
_dict['opponentConference'] = None
|
125
126
|
|
127
|
+
# set to None if home_win_probability (nullable) is None
|
128
|
+
# and __fields_set__ contains the field
|
129
|
+
if self.home_win_probability is None and "home_win_probability" in self.__fields_set__:
|
130
|
+
_dict['homeWinProbability'] = None
|
131
|
+
|
126
132
|
# set to None if scoring_play (nullable) is None
|
127
133
|
# and __fields_set__ contains the field
|
128
134
|
if self.scoring_play is None and "scoring_play" in self.__fields_set__:
|
@@ -181,6 +187,7 @@ class PlayInfo(BaseModel):
|
|
181
187
|
"seconds_remaining": obj.get("secondsRemaining"),
|
182
188
|
"home_score": obj.get("homeScore"),
|
183
189
|
"away_score": obj.get("awayScore"),
|
190
|
+
"home_win_probability": obj.get("homeWinProbability"),
|
184
191
|
"scoring_play": obj.get("scoringPlay"),
|
185
192
|
"shooting_play": obj.get("shootingPlay"),
|
186
193
|
"score_value": obj.get("scoreValue"),
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.7.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|