cbbd 1.9.0__tar.gz → 1.10.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {cbbd-1.9.0 → cbbd-1.10.1}/PKG-INFO +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/README.md +4 -4
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/__init__.py +2 -2
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/conferences_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/games_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/lines_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/plays_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/rankings_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/ratings_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/stats_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/teams_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/venues_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api_client.py +2 -2
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/configuration.py +3 -3
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/exceptions.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/__init__.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/adjusted_efficiency_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/conference_history.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/conference_history_teams_inner.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/conference_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_box_score_players.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_box_score_players_players_inner.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_box_score_team.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_box_score_team_stats.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_box_score_team_stats_points.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_line_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_lines.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_media_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_media_info_broadcasts_inner.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/game_status.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/line_provider_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/play_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/play_info_participants_inner.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/play_type_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/player_season_stats.py +8 -3
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/poll_team_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/season_type.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/shot_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/shot_info_shooter.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/srs_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_roster.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_roster_player.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_roster_player_hometown.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_season_stats.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_season_unit_stats.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_season_unit_stats_field_goals.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_season_unit_stats_fouls.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_season_unit_stats_four_factors.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_season_unit_stats_points.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_season_unit_stats_rebounds.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/team_season_unit_stats_turnovers.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/models/venue_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/rest.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd.egg-info/PKG-INFO +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/pyproject.toml +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/setup.py +2 -2
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_adjusted_efficiency_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_conference_history.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_conference_history_teams_inner.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_conference_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_conferences_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_box_score_players.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_box_score_players_players_inner.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_box_score_team.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_box_score_team_stats.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_box_score_team_stats_points.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_line_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_lines.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_media_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_media_info_broadcasts_inner.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_game_status.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_games_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_line_provider_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_lines_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_play_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_play_info_participants_inner.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_play_type_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_player_season_stats.py +9 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_plays_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_poll_team_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_rankings_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_ratings_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_season_type.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_shot_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_shot_info_shooter.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_srs_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_stats_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_roster.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_roster_player.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_roster_player_hometown.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_season_stats.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_season_unit_stats.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_season_unit_stats_field_goals.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_season_unit_stats_fouls.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_season_unit_stats_four_factors.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_season_unit_stats_points.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_season_unit_stats_rebounds.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_team_season_unit_stats_turnovers.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_teams_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_venue_info.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/test/test_venues_api.py +1 -1
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api/__init__.py +0 -0
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/api_response.py +0 -0
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd/py.typed +0 -0
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd.egg-info/SOURCES.txt +0 -0
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd.egg-info/dependency_links.txt +0 -0
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd.egg-info/requires.txt +0 -0
- {cbbd-1.9.0 → cbbd-1.10.1}/cbbd.egg-info/top_level.txt +0 -0
- {cbbd-1.9.0 → cbbd-1.10.1}/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.10.1
|
7
|
+
- Package version: 1.10.1
|
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.10.1
|
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.10.1`)
|
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.10.1
|
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.10.1"
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1/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.10.1
|
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.10.1\n"\
|
380
|
+
"SDK Package Version: 1.10.1".\
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -60,7 +60,8 @@ class PlayerSeasonStats(BaseModel):
|
|
60
60
|
three_point_field_goals: TeamSeasonUnitStatsFieldGoals = Field(default=..., alias="threePointFieldGoals")
|
61
61
|
free_throws: TeamSeasonUnitStatsFieldGoals = Field(default=..., alias="freeThrows")
|
62
62
|
rebounds: TeamSeasonUnitStatsRebounds = Field(...)
|
63
|
-
|
63
|
+
win_shares: TeamSeasonUnitStatsRebounds = Field(default=..., alias="winShares")
|
64
|
+
__properties = ["season", "seasonLabel", "teamId", "team", "conference", "athleteId", "athleteSourceId", "name", "position", "games", "starts", "minutes", "points", "turnovers", "fouls", "assists", "steals", "blocks", "usage", "offensiveRating", "defensiveRating", "netRating", "effectiveFieldGoalPct", "trueShootingPct", "assistsTurnoverRatio", "freeThrowRate", "offensiveReboundPct", "fieldGoals", "twoPointFieldGoals", "threePointFieldGoals", "freeThrows", "rebounds", "winShares"]
|
64
65
|
|
65
66
|
class Config:
|
66
67
|
"""Pydantic configuration"""
|
@@ -101,6 +102,9 @@ class PlayerSeasonStats(BaseModel):
|
|
101
102
|
# override the default output from pydantic by calling `to_dict()` of rebounds
|
102
103
|
if self.rebounds:
|
103
104
|
_dict['rebounds'] = self.rebounds.to_dict()
|
105
|
+
# override the default output from pydantic by calling `to_dict()` of win_shares
|
106
|
+
if self.win_shares:
|
107
|
+
_dict['winShares'] = self.win_shares.to_dict()
|
104
108
|
# set to None if conference (nullable) is None
|
105
109
|
# and __fields_set__ contains the field
|
106
110
|
if self.conference is None and "conference" in self.__fields_set__:
|
@@ -224,7 +228,8 @@ class PlayerSeasonStats(BaseModel):
|
|
224
228
|
"two_point_field_goals": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("twoPointFieldGoals")) if obj.get("twoPointFieldGoals") is not None else None,
|
225
229
|
"three_point_field_goals": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("threePointFieldGoals")) if obj.get("threePointFieldGoals") is not None else None,
|
226
230
|
"free_throws": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("freeThrows")) if obj.get("freeThrows") is not None else None,
|
227
|
-
"rebounds": TeamSeasonUnitStatsRebounds.from_dict(obj.get("rebounds")) if obj.get("rebounds") is not None else None
|
231
|
+
"rebounds": TeamSeasonUnitStatsRebounds.from_dict(obj.get("rebounds")) if obj.get("rebounds") is not None else None,
|
232
|
+
"win_shares": TeamSeasonUnitStatsRebounds.from_dict(obj.get("winShares")) if obj.get("winShares") is not None else None
|
228
233
|
})
|
229
234
|
return _obj
|
230
235
|
|
@@ -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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
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.10.1
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|