Skip to content

Commit 6b71866

Browse files
fix(ratings): adding ranking numbers
1 parent 490d42f commit 6b71866

113 files changed

Lines changed: 314 additions & 119 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
@@ -21,6 +21,7 @@ cbbd/configuration.py
2121
cbbd/exceptions.py
2222
cbbd/models/__init__.py
2323
cbbd/models/adjusted_efficiency_info.py
24+
cbbd/models/adjusted_efficiency_info_rankings.py
2425
cbbd/models/conference_history.py
2526
cbbd/models/conference_history_teams_inner.py
2627
cbbd/models/conference_info.py
@@ -63,6 +64,7 @@ cbbd/models/venue_info.py
6364
cbbd/py.typed
6465
cbbd/rest.py
6566
docs/AdjustedEfficiencyInfo.md
67+
docs/AdjustedEfficiencyInfoRankings.md
6668
docs/ConferenceHistory.md
6769
docs/ConferenceHistoryTeamsInner.md
6870
docs/ConferenceInfo.md
@@ -119,6 +121,7 @@ setup.py
119121
test-requirements.txt
120122
test/__init__.py
121123
test/test_adjusted_efficiency_info.py
124+
test/test_adjusted_efficiency_info_rankings.py
122125
test/test_conference_history.py
123126
test/test_conference_history_teams_inner.py
124127
test/test_conference_info.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.12.0
7-
- Package version: 1.12.0
6+
- API version: 1.12.1
7+
- Package version: 1.12.1
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.12.0
19+
pip install cbbd@1.12.1
2020
```
21-
(you may need to run `pip` with root permission: `sudo pip install cbbd@1.12.0`)
21+
(you may need to run `pip` with root permission: `sudo pip install cbbd@1.12.1`)
2222

2323
Then import the package:
2424
```python
@@ -100,6 +100,7 @@ Class | Method | HTTP request | Description
100100
## Documentation For Models
101101

102102
- [AdjustedEfficiencyInfo](docs/AdjustedEfficiencyInfo.md)
103+
- [AdjustedEfficiencyInfoRankings](docs/AdjustedEfficiencyInfoRankings.md)
103104
- [ConferenceHistory](docs/ConferenceHistory.md)
104105
- [ConferenceHistoryTeamsInner](docs/ConferenceHistoryTeamsInner.md)
105106
- [ConferenceInfo](docs/ConferenceInfo.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.12.0
10+
The version of the OpenAPI document: 1.12.1
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.12.0"
18+
__version__ = "1.12.1"
1919

2020
# import apis into sdk package
2121
from cbbd.api.conferences_api import ConferencesApi
@@ -41,6 +41,7 @@
4141

4242
# import models into sdk package
4343
from cbbd.models.adjusted_efficiency_info import AdjustedEfficiencyInfo
44+
from cbbd.models.adjusted_efficiency_info_rankings import AdjustedEfficiencyInfoRankings
4445
from cbbd.models.conference_history import ConferenceHistory
4546
from cbbd.models.conference_history_teams_inner import ConferenceHistoryTeamsInner
4647
from cbbd.models.conference_info import ConferenceInfo

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

0 commit comments

Comments
 (0)