Skip to content

Commit 490d42f

Browse files
feat(plays): shot location data
1 parent 0a8b570 commit 490d42f

110 files changed

Lines changed: 307 additions & 118 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
@@ -44,6 +44,7 @@ cbbd/models/player_season_stats_win_shares.py
4444
cbbd/models/poll_team_info.py
4545
cbbd/models/season_type.py
4646
cbbd/models/shot_info.py
47+
cbbd/models/shot_info_location.py
4748
cbbd/models/shot_info_shooter.py
4849
cbbd/models/srs_info.py
4950
cbbd/models/team_info.py
@@ -91,6 +92,7 @@ docs/RankingsApi.md
9192
docs/RatingsApi.md
9293
docs/SeasonType.md
9394
docs/ShotInfo.md
95+
docs/ShotInfoLocation.md
9496
docs/ShotInfoShooter.md
9597
docs/SrsInfo.md
9698
docs/StatsApi.md
@@ -146,6 +148,7 @@ test/test_rankings_api.py
146148
test/test_ratings_api.py
147149
test/test_season_type.py
148150
test/test_shot_info.py
151+
test/test_shot_info_location.py
149152
test/test_shot_info_shooter.py
150153
test/test_srs_info.py
151154
test/test_stats_api.py

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is sub
33

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

6-
- API version: 1.11.1
7-
- Package version: 1.11.1
6+
- API version: 1.12.0
7+
- Package version: 1.12.0
88
- Generator version: 7.11.0
99
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
1010

@@ -16,9 +16,9 @@ Python 3.7+
1616
### pip install
1717

1818
```sh
19-
pip install cbbd@1.11.1
19+
pip install cbbd@1.12.0
2020
```
21-
(you may need to run `pip` with root permission: `sudo pip install cbbd@1.11.1`)
21+
(you may need to run `pip` with root permission: `sudo pip install cbbd@1.12.0`)
2222

2323
Then import the package:
2424
```python
@@ -123,6 +123,7 @@ Class | Method | HTTP request | Description
123123
- [PollTeamInfo](docs/PollTeamInfo.md)
124124
- [SeasonType](docs/SeasonType.md)
125125
- [ShotInfo](docs/ShotInfo.md)
126+
- [ShotInfoLocation](docs/ShotInfoLocation.md)
126127
- [ShotInfoShooter](docs/ShotInfoShooter.md)
127128
- [SrsInfo](docs/SrsInfo.md)
128129
- [TeamInfo](docs/TeamInfo.md)

cbbd/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
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.
99
10-
The version of the OpenAPI document: 1.11.1
10+
The version of the OpenAPI document: 1.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__ = "1.11.1"
18+
__version__ = "1.12.0"
1919

2020
# import apis into sdk package
2121
from cbbd.api.conferences_api import ConferencesApi
@@ -64,6 +64,7 @@
6464
from cbbd.models.poll_team_info import PollTeamInfo
6565
from cbbd.models.season_type import SeasonType
6666
from cbbd.models.shot_info import ShotInfo
67+
from cbbd.models.shot_info_location import ShotInfoLocation
6768
from cbbd.models.shot_info_shooter import ShotInfoShooter
6869
from cbbd.models.srs_info import SrsInfo
6970
from cbbd.models.team_info import TeamInfo

cbbd/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 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.
77
8-
The version of the OpenAPI document: 1.11.1
8+
The version of the OpenAPI document: 1.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cbbd/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 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.
77
8-
The version of the OpenAPI document: 1.11.1
8+
The version of the OpenAPI document: 1.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cbbd/api/lines_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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.
77
8-
The version of the OpenAPI document: 1.11.1
8+
The version of the OpenAPI document: 1.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cbbd/api/plays_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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.
77
8-
The version of the OpenAPI document: 1.11.1
8+
The version of the OpenAPI document: 1.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cbbd/api/rankings_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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.
77
8-
The version of the OpenAPI document: 1.11.1
8+
The version of the OpenAPI document: 1.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cbbd/api/ratings_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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.
77
8-
The version of the OpenAPI document: 1.11.1
8+
The version of the OpenAPI document: 1.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cbbd/api/stats_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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.
77
8-
The version of the OpenAPI document: 1.11.1
8+
The version of the OpenAPI document: 1.12.0
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)