Skip to content

Commit fb44696

Browse files
feat(betting): teams ATS stats endpoint
1 parent 21ef1dd commit fb44696

298 files changed

Lines changed: 754 additions & 299 deletions

File tree

Some content is hidden

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

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ cfbd/models/scoreboard_game_weather.py
124124
cfbd/models/season_type.py
125125
cfbd/models/stats_by_quarter.py
126126
cfbd/models/team.py
127+
cfbd/models/team_ats.py
127128
cfbd/models/team_elo.py
128129
cfbd/models/team_explosiveness.py
129130
cfbd/models/team_field_position.py
@@ -266,6 +267,7 @@ docs/SeasonType.md
266267
docs/StatsApi.md
267268
docs/StatsByQuarter.md
268269
docs/Team.md
270+
docs/TeamATS.md
269271
docs/TeamElo.md
270272
docs/TeamExplosiveness.md
271273
docs/TeamFPI.md
@@ -415,6 +417,7 @@ test/test_season_type.py
415417
test/test_stats_api.py
416418
test/test_stats_by_quarter.py
417419
test/test_team.py
420+
test/test_team_ats.py
418421
test/test_team_elo.py
419422
test/test_team_explosiveness.py
420423
test/test_team_field_position.py

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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.11.5
7-
- Package version: 5.11.5
6+
- API version: 5.12.0
7+
- Package version: 5.12.0
88
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
1010

@@ -134,6 +134,7 @@ Class | Method | HTTP request | Description
134134
*TeamsApi* | [**get_roster**](docs/TeamsApi.md#get_roster) | **GET** /roster |
135135
*TeamsApi* | [**get_talent**](docs/TeamsApi.md#get_talent) | **GET** /talent |
136136
*TeamsApi* | [**get_teams**](docs/TeamsApi.md#get_teams) | **GET** /teams |
137+
*TeamsApi* | [**get_teams_ats**](docs/TeamsApi.md#get_teams_ats) | **GET** /teams/ats |
137138
*VenuesApi* | [**get_venues**](docs/VenuesApi.md#get_venues) | **GET** /venues |
138139

139140

@@ -235,6 +236,7 @@ Class | Method | HTTP request | Description
235236
- [SeasonType](docs/SeasonType.md)
236237
- [StatsByQuarter](docs/StatsByQuarter.md)
237238
- [Team](docs/Team.md)
239+
- [TeamATS](docs/TeamATS.md)
238240
- [TeamElo](docs/TeamElo.md)
239241
- [TeamExplosiveness](docs/TeamExplosiveness.md)
240242
- [TeamFPI](docs/TeamFPI.md)

cfbd/__init__.py

Lines changed: 3 additions & 2 deletions
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.11.5
10+
The version of the OpenAPI document: 5.12.0
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.11.5"
18+
__version__ = "5.12.0"
1919

2020
# import apis into sdk package
2121
from cfbd.api.adjusted_metrics_api import AdjustedMetricsApi
@@ -144,6 +144,7 @@
144144
from cfbd.models.season_type import SeasonType
145145
from cfbd.models.stats_by_quarter import StatsByQuarter
146146
from cfbd.models.team import Team
147+
from cfbd.models.team_ats import TeamATS
147148
from cfbd.models.team_elo import TeamElo
148149
from cfbd.models.team_explosiveness import TeamExplosiveness
149150
from cfbd.models.team_fpi import TeamFPI

cfbd/api/adjusted_metrics_api.py

Lines changed: 1 addition & 1 deletion
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.11.5
8+
The version of the OpenAPI document: 5.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/betting_api.py

Lines changed: 1 addition & 1 deletion
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.11.5
8+
The version of the OpenAPI document: 5.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/coaches_api.py

Lines changed: 1 addition & 1 deletion
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.11.5
8+
The version of the OpenAPI document: 5.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/conferences_api.py

Lines changed: 1 addition & 1 deletion
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.11.5
8+
The version of the OpenAPI document: 5.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/draft_api.py

Lines changed: 1 addition & 1 deletion
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.11.5
8+
The version of the OpenAPI document: 5.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/drives_api.py

Lines changed: 1 addition & 1 deletion
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.11.5
8+
The version of the OpenAPI document: 5.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/games_api.py

Lines changed: 1 addition & 1 deletion
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.11.5
8+
The version of the OpenAPI document: 5.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)