You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cbbd/__init__.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
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.4.0
10
+
The version of the OpenAPI document: 1.5.0
11
11
Contact: admin@collegefootballdata.com
12
12
Generated by OpenAPI Generator (https://openapi-generator.tech)
Copy file name to clipboardExpand all lines: cbbd/api/conferences_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -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.4.0
8
+
The version of the OpenAPI document: 1.5.0
9
9
Contact: admin@collegefootballdata.com
10
10
Generated by OpenAPI Generator (https://openapi-generator.tech)
Copy file name to clipboardExpand all lines: cbbd/api/games_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -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.4.0
8
+
The version of the OpenAPI document: 1.5.0
9
9
Contact: admin@collegefootballdata.com
10
10
Generated by OpenAPI Generator (https://openapi-generator.tech)
Copy file name to clipboardExpand all lines: cbbd/api/lines_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -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.4.0
8
+
The version of the OpenAPI document: 1.5.0
9
9
Contact: admin@collegefootballdata.com
10
10
Generated by OpenAPI Generator (https://openapi-generator.tech)
Copy file name to clipboardExpand all lines: cbbd/api/plays_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -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.4.0
8
+
The version of the OpenAPI document: 1.5.0
9
9
Contact: admin@collegefootballdata.com
10
10
Generated by OpenAPI Generator (https://openapi-generator.tech)
Copy file name to clipboardExpand all lines: cbbd/api/ratings_api.py
+158-1Lines changed: 158 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -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.4.0
8
+
The version of the OpenAPI document: 1.5.0
9
9
Contact: admin@collegefootballdata.com
10
10
Generated by OpenAPI Generator (https://openapi-generator.tech)
:param async_req: Whether to execute the request asynchronously.
68
+
:type async_req: bool, optional
69
+
:param _request_timeout: timeout setting for this request.
70
+
If one number provided, it will be total request
71
+
timeout. It can also be a pair (tuple) of
72
+
(connection, read) timeouts.
73
+
:return: Returns the result object.
74
+
If the method is called asynchronously,
75
+
returns the request thread.
76
+
:rtype: List[AdjustedEfficiencyInfo]
77
+
"""
78
+
kwargs['_return_http_data_only'] =True
79
+
if'_preload_content'inkwargs:
80
+
message="Error! Please call the get_adjusted_efficiency_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"# noqa: E501
Copy file name to clipboardExpand all lines: cbbd/api/stats_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -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.4.0
8
+
The version of the OpenAPI document: 1.5.0
9
9
Contact: admin@collegefootballdata.com
10
10
Generated by OpenAPI Generator (https://openapi-generator.tech)
Copy file name to clipboardExpand all lines: cbbd/api/teams_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -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.4.0
8
+
The version of the OpenAPI document: 1.5.0
9
9
Contact: admin@collegefootballdata.com
10
10
Generated by OpenAPI Generator (https://openapi-generator.tech)
0 commit comments