Skip to content

Commit 12bef2d

Browse files
feat(plays): tracking players on floor
1 parent cb04949 commit 12bef2d

134 files changed

Lines changed: 331 additions & 138 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
@@ -43,6 +43,7 @@ cbbd/models/game_media_info_broadcasts_inner.py
4343
cbbd/models/game_status.py
4444
cbbd/models/line_provider_info.py
4545
cbbd/models/play_info.py
46+
cbbd/models/play_info_on_floor_inner.py
4647
cbbd/models/play_info_participants_inner.py
4748
cbbd/models/play_type_info.py
4849
cbbd/models/player_season_stats.py
@@ -98,6 +99,7 @@ docs/GamesApi.md
9899
docs/LineProviderInfo.md
99100
docs/LinesApi.md
100101
docs/PlayInfo.md
102+
docs/PlayInfoOnFloorInner.md
101103
docs/PlayInfoParticipantsInner.md
102104
docs/PlayTypeInfo.md
103105
docs/PlayerSeasonStats.md
@@ -165,6 +167,7 @@ test/test_games_api.py
165167
test/test_line_provider_info.py
166168
test/test_lines_api.py
167169
test/test_play_info.py
170+
test/test_play_info_on_floor_inner.py
168171
test/test_play_info_participants_inner.py
169172
test/test_play_type_info.py
170173
test/test_player_season_stats.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.16.0
7-
- Package version: 1.16.0
6+
- API version: 1.17.0
7+
- Package version: 1.17.0
88
- Generator version: 7.12.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.16.0
19+
pip install cbbd@1.17.0
2020
```
21-
(you may need to run `pip` with root permission: `sudo pip install cbbd@1.16.0`)
21+
(you may need to run `pip` with root permission: `sudo pip install cbbd@1.17.0`)
2222

2323
Then import the package:
2424
```python
@@ -127,6 +127,7 @@ Class | Method | HTTP request | Description
127127
- [GameStatus](docs/GameStatus.md)
128128
- [LineProviderInfo](docs/LineProviderInfo.md)
129129
- [PlayInfo](docs/PlayInfo.md)
130+
- [PlayInfoOnFloorInner](docs/PlayInfoOnFloorInner.md)
130131
- [PlayInfoParticipantsInner](docs/PlayInfoParticipantsInner.md)
131132
- [PlayTypeInfo](docs/PlayTypeInfo.md)
132133
- [PlayerSeasonStats](docs/PlayerSeasonStats.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.16.0
10+
The version of the OpenAPI document: 1.17.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.16.0"
18+
__version__ = "1.17.0"
1919

2020
# import apis into sdk package
2121
from cbbd.api.conferences_api import ConferencesApi
@@ -63,6 +63,7 @@
6363
from cbbd.models.game_status import GameStatus
6464
from cbbd.models.line_provider_info import LineProviderInfo
6565
from cbbd.models.play_info import PlayInfo
66+
from cbbd.models.play_info_on_floor_inner import PlayInfoOnFloorInner
6667
from cbbd.models.play_info_participants_inner import PlayInfoParticipantsInner
6768
from cbbd.models.play_type_info import PlayTypeInfo
6869
from cbbd.models.player_season_stats import PlayerSeasonStats

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

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

0 commit comments

Comments
 (0)