@@ -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: 5.1.3
7
- - Package version: 5.1.3a1
6
+ - API version: 5.2.0
7
+ - Package version: 5.2.0a1
8
8
- Generator version: 7.7.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 cfbd@5.1.3a1
19
+ pip install cfbd@5.2.0a1
20
20
```
21
- (you may need to run ` pip ` with root permission: ` sudo pip install cfbd@5.1.3a1 ` )
21
+ (you may need to run ` pip ` with root permission: ` sudo pip install cfbd@5.2.0a1 ` )
22
22
23
23
Then import the package:
24
24
``` python
@@ -56,23 +56,18 @@ configuration = cfbd.Configuration(
56
56
# Enter a context with an instance of the API client
57
57
with cfbd.ApiClient(configuration) as api_client:
58
58
# Create an instance of the API class
59
- api_instance = cfbd.BettingApi(api_client)
60
- game_id = 56 # int | Optional gameId filter (optional)
61
- year = 56 # int | Year filter, required if game id not specified (optional)
62
- season_type = cfbd.SeasonType() # SeasonType | Optional season type filter (optional)
63
- week = 56 # int | Optional week filter (optional)
59
+ api_instance = cfbd.AdjustedMetricsApi(api_client)
60
+ year = 56 # int | Optional year filter (optional)
64
61
team = ' team_example' # str | Optional team filter (optional)
65
- home = ' home_example' # str | Optional home team filter (optional)
66
- away = ' away_example' # str | Optional away team filter (optional)
67
- conference = ' conference_example' # str | Optional conference filter (optional)
68
- provider = ' provider_example' # str | Optional provider name filter (optional)
62
+ conference = ' conference_example' # str | Optional conference abbreviation filter (optional)
63
+ position = ' position_example' # str | Optional position abbreviation filter (optional)
69
64
70
65
try :
71
- api_response = api_instance.get_lines( game_id = game_id, year = year, season_type = season_type, week = week, team = team, home = home, away = away, conference = conference, provider = provider )
72
- print (" The response of BettingApi->get_lines :\n " )
66
+ api_response = api_instance.get_adjusted_player_passing_stats( year = year, team = team, conference = conference, position = position )
67
+ print (" The response of AdjustedMetricsApi->get_adjusted_player_passing_stats :\n " )
73
68
pprint(api_response)
74
69
except ApiException as e:
75
- print (" Exception when calling BettingApi->get_lines : %s \n " % e)
70
+ print (" Exception when calling AdjustedMetricsApi->get_adjusted_player_passing_stats : %s \n " % e)
76
71
77
72
```
78
73
@@ -82,6 +77,10 @@ All URIs are relative to *https://apinext.collegefootballdata.com*
82
77
83
78
Class | Method | HTTP request | Description
84
79
------------ | ------------- | ------------- | -------------
80
+ * AdjustedMetricsApi* | [ ** get_adjusted_player_passing_stats** ] ( docs/AdjustedMetricsApi.md#get_adjusted_player_passing_stats ) | ** GET** /wepa/players/passing |
81
+ * AdjustedMetricsApi* | [ ** get_adjusted_player_rushing_stats** ] ( docs/AdjustedMetricsApi.md#get_adjusted_player_rushing_stats ) | ** GET** /wepa/players/rushing |
82
+ * AdjustedMetricsApi* | [ ** get_adjusted_team_season_stats** ] ( docs/AdjustedMetricsApi.md#get_adjusted_team_season_stats ) | ** GET** /wepa/team/season |
83
+ * AdjustedMetricsApi* | [ ** get_kicker_paar** ] ( docs/AdjustedMetricsApi.md#get_kicker_paar ) | ** GET** /wepa/players/kicking |
85
84
* BettingApi* | [ ** get_lines** ] ( docs/BettingApi.md#get_lines ) | ** GET** /lines |
86
85
* CoachesApi* | [ ** get_coaches** ] ( docs/CoachesApi.md#get_coaches ) | ** GET** /coaches |
87
86
* ConferencesApi* | [ ** get_conferences** ] ( docs/ConferencesApi.md#get_conferences ) | ** GET** /conferences |
@@ -124,7 +123,6 @@ Class | Method | HTTP request | Description
124
123
* RecruitingApi* | [ ** get_aggregated_team_recruiting_ratings** ] ( docs/RecruitingApi.md#get_aggregated_team_recruiting_ratings ) | ** GET** /recruiting/groups |
125
124
* RecruitingApi* | [ ** get_recruits** ] ( docs/RecruitingApi.md#get_recruits ) | ** GET** /recruiting/players |
126
125
* RecruitingApi* | [ ** get_team_recruiting_rankings** ] ( docs/RecruitingApi.md#get_team_recruiting_rankings ) | ** GET** /recruiting/teams |
127
- * StatsApi* | [ ** get_adjusted_team_season_stats** ] ( docs/StatsApi.md#get_adjusted_team_season_stats ) | ** GET** /stats/season/adjusted |
128
126
* StatsApi* | [ ** get_advanced_game_stats** ] ( docs/StatsApi.md#get_advanced_game_stats ) | ** GET** /stats/game/advanced |
129
127
* StatsApi* | [ ** get_advanced_season_stats** ] ( docs/StatsApi.md#get_advanced_season_stats ) | ** GET** /stats/season/advanced |
130
128
* StatsApi* | [ ** get_categories** ] ( docs/StatsApi.md#get_categories ) | ** GET** /stats/categories |
@@ -140,10 +138,10 @@ Class | Method | HTTP request | Description
140
138
141
139
## Documentation For Models
142
140
143
- - [ AdjustedMetrics ] ( docs/AdjustedMetrics .md )
144
- - [ AdjustedMetricsEpa ] ( docs/AdjustedMetricsEpa .md )
145
- - [ AdjustedMetricsRushing ] ( docs/AdjustedMetricsRushing .md )
146
- - [ AdjustedMetricsSuccessRate ] ( docs/AdjustedMetricsSuccessRate .md )
141
+ - [ AdjustedTeamMetrics ] ( docs/AdjustedTeamMetrics .md )
142
+ - [ AdjustedTeamMetricsEpa ] ( docs/AdjustedTeamMetricsEpa .md )
143
+ - [ AdjustedTeamMetricsRushing ] ( docs/AdjustedTeamMetricsRushing .md )
144
+ - [ AdjustedTeamMetricsSuccessRate ] ( docs/AdjustedTeamMetricsSuccessRate .md )
147
145
- [ AdvancedBoxScore] ( docs/AdvancedBoxScore.md )
148
146
- [ AdvancedBoxScoreGameInfo] ( docs/AdvancedBoxScoreGameInfo.md )
149
147
- [ AdvancedBoxScorePlayers] ( docs/AdvancedBoxScorePlayers.md )
@@ -188,6 +186,7 @@ Class | Method | HTTP request | Description
188
186
- [ GameTeamStatsTeam] ( docs/GameTeamStatsTeam.md )
189
187
- [ GameTeamStatsTeamStat] ( docs/GameTeamStatsTeamStat.md )
190
188
- [ GameWeather] ( docs/GameWeather.md )
189
+ - [ KickerPAAR] ( docs/KickerPAAR.md )
191
190
- [ LiveGame] ( docs/LiveGame.md )
192
191
- [ LiveGameDrive] ( docs/LiveGameDrive.md )
193
192
- [ LiveGamePlay] ( docs/LiveGamePlay.md )
@@ -215,6 +214,7 @@ Class | Method | HTTP request | Description
215
214
- [ PlayerTransfer] ( docs/PlayerTransfer.md )
216
215
- [ PlayerUsage] ( docs/PlayerUsage.md )
217
216
- [ PlayerUsageUsage] ( docs/PlayerUsageUsage.md )
217
+ - [ PlayerWeightedEPA] ( docs/PlayerWeightedEPA.md )
218
218
- [ Poll] ( docs/Poll.md )
219
219
- [ PollRank] ( docs/PollRank.md )
220
220
- [ PollWeek] ( docs/PollWeek.md )
0 commit comments