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
+2-2
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.
Copy file name to clipboardExpand all lines: cbbd/api/conferences_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/draft_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/games_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/lines_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/lineups_api.py
+10-10
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.
defget_substitutions_by_game(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] =None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] =None, **kwargs) ->List[LineupStats]: # noqa: E501
193
-
"""get_substitutions_by_game # noqa: E501
192
+
defget_lineups_by_team_season(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] =None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] =None, **kwargs) ->List[LineupStats]: # noqa: E501
193
+
"""get_lineups_by_team_season # noqa: E501
194
194
195
195
Queries lineup statistics for a given team and season # noqa: E501
196
196
This method makes a synchronous HTTP request by default. To make an
@@ -220,19 +220,19 @@ def get_substitutions_by_game(self, season : Annotated[StrictInt, Field(..., des
220
220
"""
221
221
kwargs['_return_http_data_only'] =True
222
222
if'_preload_content'inkwargs:
223
-
message="Error! Please call the get_substitutions_by_game_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"# noqa: E501
223
+
message="Error! Please call the get_lineups_by_team_season_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"# noqa: E501
defget_substitutions_by_game_with_http_info(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] =None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] =None, **kwargs) ->ApiResponse: # noqa: E501
229
-
"""get_substitutions_by_game # noqa: E501
228
+
defget_lineups_by_team_season_with_http_info(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] =None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] =None, **kwargs) ->ApiResponse: # noqa: E501
229
+
"""get_lineups_by_team_season # noqa: E501
230
230
231
231
Queries lineup statistics for a given team and season # noqa: E501
232
232
This method makes a synchronous HTTP request by default. To make an
Copy file name to clipboardExpand all lines: cbbd/api/plays_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/rankings_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/ratings_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/recruiting_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/stats_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/teams_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api/venues_api.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/api_client.py
+2-2
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.
Copy file name to clipboardExpand all lines: cbbd/configuration.py
+3-3
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.
Copy file name to clipboardExpand all lines: cbbd/exceptions.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/__init__.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -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.
Copy file name to clipboardExpand all lines: cbbd/models/adjusted_efficiency_info.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/adjusted_efficiency_info_rankings.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/conference_history.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/conference_history_teams_inner.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/conference_info.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/draft_pick.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/draft_position.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/draft_team.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/game_box_score_players.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/game_box_score_players_players_inner.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/game_box_score_team.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/game_box_score_team_stats.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/game_box_score_team_stats_points.py
+1-1
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.
Copy file name to clipboardExpand all lines: cbbd/models/game_info.py
+1-1
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.
0 commit comments