Skip to content

Commit 17bd5ba

Browse files
fix(box scores): fixing type bindings
1 parent 27833d8 commit 17bd5ba

File tree

288 files changed

+296
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+296
-296
lines changed

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0
1+
7.12.0

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ This is an API for query various college football datasets and analytics. API ke
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 5.6.3
7-
- Package version: 5.6.3
8-
- Generator version: 7.11.0
6+
- API version: 5.6.4
7+
- Package version: 5.6.4
8+
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
1010

1111
## Requirements.

cfbd/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
99
10-
The version of the OpenAPI document: 5.6.3
10+
The version of the OpenAPI document: 5.6.4
1111
Contact: admin@collegefootballdata.com
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "5.6.3"
18+
__version__ = "5.6.4"
1919

2020
# import apis into sdk package
2121
from cfbd.api.adjusted_metrics_api import AdjustedMetricsApi

cfbd/api/adjusted_metrics_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/betting_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/coaches_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/conferences_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/draft_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/drives_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/games_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/metrics_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/players_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/plays_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/rankings_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/ratings_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/recruiting_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/stats_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/teams_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/venues_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api_client.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.default_headers[header_name] = header_value
7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/5.6.3/python'
81+
self.user_agent = 'OpenAPI-Generator/5.6.4/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
def __enter__(self):
@@ -546,7 +546,7 @@ def parameters_to_url_query(self, params, collection_formats):
546546
if k in collection_formats:
547547
collection_format = collection_formats[k]
548548
if collection_format == 'multi':
549-
new_params.extend((k, str(value)) for value in v)
549+
new_params.extend((k, quote(str(value))) for value in v)
550550
else:
551551
if collection_format == 'ssv':
552552
delimiter = ' '

cfbd/configuration.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -376,8 +376,8 @@ def to_debug_report(self):
376376
return "Python SDK Debug Report:\n"\
377377
"OS: {env}\n"\
378378
"Python Version: {pyversion}\n"\
379-
"Version of the API: 5.6.3\n"\
380-
"SDK Package Version: 5.6.3".\
379+
"Version of the API: 5.6.4\n"\
380+
"SDK Package Version: 5.6.4".\
381381
format(env=sys.platform, pyversion=sys.version)
382382

383383
def get_host_settings(self):

cfbd/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
88
9-
The version of the OpenAPI document: 5.6.3
9+
The version of the OpenAPI document: 5.6.4
1010
Contact: admin@collegefootballdata.com
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212

cfbd/models/adjusted_team_metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/adjusted_team_metrics_epa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/adjusted_team_metrics_rushing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/adjusted_team_metrics_success_rate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_box_score.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_box_score_game_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_box_score_players.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_box_score_teams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_game_stat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_game_stat_offense.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_game_stat_offense_passing_downs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_game_stat_offense_passing_plays.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_season_stat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_season_stat_defense.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_season_stat_offense.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_season_stat_offense_field_position.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/models/advanced_season_stat_offense_havoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.3
8+
The version of the OpenAPI document: 5.6.4
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)