cbbd 1.13.0__py3-none-any.whl → 1.14.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. cbbd/__init__.py +6 -2
  2. cbbd/api/__init__.py +1 -0
  3. cbbd/api/conferences_api.py +1 -1
  4. cbbd/api/draft_api.py +1 -1
  5. cbbd/api/games_api.py +1 -1
  6. cbbd/api/lines_api.py +1 -1
  7. cbbd/api/plays_api.py +1 -1
  8. cbbd/api/rankings_api.py +1 -1
  9. cbbd/api/ratings_api.py +1 -1
  10. cbbd/api/recruiting_api.py +211 -0
  11. cbbd/api/stats_api.py +1 -1
  12. cbbd/api/teams_api.py +1 -1
  13. cbbd/api/venues_api.py +1 -1
  14. cbbd/api_client.py +2 -2
  15. cbbd/configuration.py +3 -3
  16. cbbd/exceptions.py +1 -1
  17. cbbd/models/__init__.py +4 -1
  18. cbbd/models/adjusted_efficiency_info.py +1 -1
  19. cbbd/models/adjusted_efficiency_info_rankings.py +1 -1
  20. cbbd/models/conference_history.py +1 -1
  21. cbbd/models/conference_history_teams_inner.py +1 -1
  22. cbbd/models/conference_info.py +1 -1
  23. cbbd/models/draft_pick.py +1 -1
  24. cbbd/models/draft_position.py +1 -1
  25. cbbd/models/draft_team.py +1 -1
  26. cbbd/models/game_box_score_players.py +1 -1
  27. cbbd/models/game_box_score_players_players_inner.py +1 -1
  28. cbbd/models/game_box_score_team.py +1 -1
  29. cbbd/models/game_box_score_team_stats.py +1 -1
  30. cbbd/models/game_box_score_team_stats_points.py +1 -1
  31. cbbd/models/game_info.py +1 -1
  32. cbbd/models/game_line_info.py +1 -1
  33. cbbd/models/game_lines.py +1 -1
  34. cbbd/models/game_media_info.py +1 -1
  35. cbbd/models/game_media_info_broadcasts_inner.py +1 -1
  36. cbbd/models/game_status.py +1 -1
  37. cbbd/models/line_provider_info.py +1 -1
  38. cbbd/models/play_info.py +1 -1
  39. cbbd/models/play_info_participants_inner.py +1 -1
  40. cbbd/models/play_type_info.py +1 -1
  41. cbbd/models/player_season_stats.py +1 -1
  42. cbbd/models/player_season_stats_win_shares.py +1 -1
  43. cbbd/models/poll_team_info.py +1 -1
  44. cbbd/models/recruit.py +158 -0
  45. cbbd/models/recruit_committed_to.py +91 -0
  46. cbbd/models/recruit_hometown.py +91 -0
  47. cbbd/models/season_type.py +1 -1
  48. cbbd/models/shot_info.py +1 -1
  49. cbbd/models/shot_info_location.py +1 -1
  50. cbbd/models/shot_info_shooter.py +1 -1
  51. cbbd/models/srs_info.py +1 -1
  52. cbbd/models/team_info.py +1 -1
  53. cbbd/models/team_roster.py +1 -1
  54. cbbd/models/team_roster_player.py +1 -1
  55. cbbd/models/team_roster_player_hometown.py +1 -1
  56. cbbd/models/team_season_stats.py +1 -1
  57. cbbd/models/team_season_unit_stats.py +1 -1
  58. cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  59. cbbd/models/team_season_unit_stats_fouls.py +1 -1
  60. cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  61. cbbd/models/team_season_unit_stats_points.py +1 -1
  62. cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  63. cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  64. cbbd/models/venue_info.py +1 -1
  65. cbbd/rest.py +1 -1
  66. {cbbd-1.13.0.dist-info → cbbd-1.14.1.dist-info}/METADATA +1 -1
  67. cbbd-1.14.1.dist-info/RECORD +71 -0
  68. cbbd-1.13.0.dist-info/RECORD +0 -67
  69. {cbbd-1.13.0.dist-info → cbbd-1.14.1.dist-info}/WHEEL +0 -0
  70. {cbbd-1.13.0.dist-info → cbbd-1.14.1.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/recruit.py ADDED
@@ -0,0 +1,158 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ College Basketball Data API
5
+
6
+ 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.
7
+
8
+ The version of the OpenAPI document: 1.14.1
9
+ Contact: admin@collegefootballdata.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Optional, Union
23
+ from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
24
+ from cbbd.models.recruit_committed_to import RecruitCommittedTo
25
+ from cbbd.models.recruit_hometown import RecruitHometown
26
+
27
+ class Recruit(BaseModel):
28
+ """
29
+ Recruit
30
+ """
31
+ id: StrictInt = Field(...)
32
+ source_id: Optional[StrictStr] = Field(default=..., alias="sourceId")
33
+ position: Optional[StrictStr] = Field(...)
34
+ school_id: Optional[StrictInt] = Field(default=..., alias="schoolId")
35
+ school: Optional[StrictStr] = Field(...)
36
+ hometown: Optional[RecruitHometown] = Field(...)
37
+ committed_to: Optional[RecruitCommittedTo] = Field(default=..., alias="committedTo")
38
+ athlete_id: Optional[StrictInt] = Field(default=..., alias="athleteId")
39
+ year: StrictInt = Field(...)
40
+ name: StrictStr = Field(...)
41
+ height_inches: Optional[StrictInt] = Field(default=..., alias="heightInches")
42
+ weight_pounds: Optional[StrictInt] = Field(default=..., alias="weightPounds")
43
+ stars: StrictInt = Field(...)
44
+ rating: Union[StrictFloat, StrictInt] = Field(...)
45
+ ranking: Optional[StrictInt] = Field(...)
46
+ __properties = ["id", "sourceId", "position", "schoolId", "school", "hometown", "committedTo", "athleteId", "year", "name", "heightInches", "weightPounds", "stars", "rating", "ranking"]
47
+
48
+ class Config:
49
+ """Pydantic configuration"""
50
+ allow_population_by_field_name = True
51
+ validate_assignment = True
52
+
53
+ def to_str(self) -> str:
54
+ """Returns the string representation of the model using alias"""
55
+ return pprint.pformat(self.dict(by_alias=True))
56
+
57
+ def to_json(self) -> str:
58
+ """Returns the JSON representation of the model using alias"""
59
+ return json.dumps(self.to_dict())
60
+
61
+ @classmethod
62
+ def from_json(cls, json_str: str) -> Recruit:
63
+ """Create an instance of Recruit from a JSON string"""
64
+ return cls.from_dict(json.loads(json_str))
65
+
66
+ def to_dict(self):
67
+ """Returns the dictionary representation of the model using alias"""
68
+ _dict = self.dict(by_alias=True,
69
+ exclude={
70
+ },
71
+ exclude_none=True)
72
+ # override the default output from pydantic by calling `to_dict()` of hometown
73
+ if self.hometown:
74
+ _dict['hometown'] = self.hometown.to_dict()
75
+ # override the default output from pydantic by calling `to_dict()` of committed_to
76
+ if self.committed_to:
77
+ _dict['committedTo'] = self.committed_to.to_dict()
78
+ # set to None if source_id (nullable) is None
79
+ # and __fields_set__ contains the field
80
+ if self.source_id is None and "source_id" in self.__fields_set__:
81
+ _dict['sourceId'] = None
82
+
83
+ # set to None if position (nullable) is None
84
+ # and __fields_set__ contains the field
85
+ if self.position is None and "position" in self.__fields_set__:
86
+ _dict['position'] = None
87
+
88
+ # set to None if school_id (nullable) is None
89
+ # and __fields_set__ contains the field
90
+ if self.school_id is None and "school_id" in self.__fields_set__:
91
+ _dict['schoolId'] = None
92
+
93
+ # set to None if school (nullable) is None
94
+ # and __fields_set__ contains the field
95
+ if self.school is None and "school" in self.__fields_set__:
96
+ _dict['school'] = None
97
+
98
+ # set to None if hometown (nullable) is None
99
+ # and __fields_set__ contains the field
100
+ if self.hometown is None and "hometown" in self.__fields_set__:
101
+ _dict['hometown'] = None
102
+
103
+ # set to None if committed_to (nullable) is None
104
+ # and __fields_set__ contains the field
105
+ if self.committed_to is None and "committed_to" in self.__fields_set__:
106
+ _dict['committedTo'] = None
107
+
108
+ # set to None if athlete_id (nullable) is None
109
+ # and __fields_set__ contains the field
110
+ if self.athlete_id is None and "athlete_id" in self.__fields_set__:
111
+ _dict['athleteId'] = None
112
+
113
+ # set to None if height_inches (nullable) is None
114
+ # and __fields_set__ contains the field
115
+ if self.height_inches is None and "height_inches" in self.__fields_set__:
116
+ _dict['heightInches'] = None
117
+
118
+ # set to None if weight_pounds (nullable) is None
119
+ # and __fields_set__ contains the field
120
+ if self.weight_pounds is None and "weight_pounds" in self.__fields_set__:
121
+ _dict['weightPounds'] = None
122
+
123
+ # set to None if ranking (nullable) is None
124
+ # and __fields_set__ contains the field
125
+ if self.ranking is None and "ranking" in self.__fields_set__:
126
+ _dict['ranking'] = None
127
+
128
+ return _dict
129
+
130
+ @classmethod
131
+ def from_dict(cls, obj: dict) -> Recruit:
132
+ """Create an instance of Recruit from a dict"""
133
+ if obj is None:
134
+ return None
135
+
136
+ if not isinstance(obj, dict):
137
+ return Recruit.parse_obj(obj)
138
+
139
+ _obj = Recruit.parse_obj({
140
+ "id": obj.get("id"),
141
+ "source_id": obj.get("sourceId"),
142
+ "position": obj.get("position"),
143
+ "school_id": obj.get("schoolId"),
144
+ "school": obj.get("school"),
145
+ "hometown": RecruitHometown.from_dict(obj.get("hometown")) if obj.get("hometown") is not None else None,
146
+ "committed_to": RecruitCommittedTo.from_dict(obj.get("committedTo")) if obj.get("committedTo") is not None else None,
147
+ "athlete_id": obj.get("athleteId"),
148
+ "year": obj.get("year"),
149
+ "name": obj.get("name"),
150
+ "height_inches": obj.get("heightInches"),
151
+ "weight_pounds": obj.get("weightPounds"),
152
+ "stars": obj.get("stars"),
153
+ "rating": obj.get("rating"),
154
+ "ranking": obj.get("ranking")
155
+ })
156
+ return _obj
157
+
158
+
@@ -0,0 +1,91 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ College Basketball Data API
5
+
6
+ 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.
7
+
8
+ The version of the OpenAPI document: 1.14.1
9
+ Contact: admin@collegefootballdata.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Optional
23
+ from pydantic import BaseModel, Field, StrictInt, StrictStr
24
+
25
+ class RecruitCommittedTo(BaseModel):
26
+ """
27
+ RecruitCommittedTo
28
+ """
29
+ conference: Optional[StrictStr] = Field(...)
30
+ name: Optional[StrictStr] = Field(...)
31
+ id: Optional[StrictInt] = Field(...)
32
+ __properties = ["conference", "name", "id"]
33
+
34
+ class Config:
35
+ """Pydantic configuration"""
36
+ allow_population_by_field_name = True
37
+ validate_assignment = True
38
+
39
+ def to_str(self) -> str:
40
+ """Returns the string representation of the model using alias"""
41
+ return pprint.pformat(self.dict(by_alias=True))
42
+
43
+ def to_json(self) -> str:
44
+ """Returns the JSON representation of the model using alias"""
45
+ return json.dumps(self.to_dict())
46
+
47
+ @classmethod
48
+ def from_json(cls, json_str: str) -> RecruitCommittedTo:
49
+ """Create an instance of RecruitCommittedTo from a JSON string"""
50
+ return cls.from_dict(json.loads(json_str))
51
+
52
+ def to_dict(self):
53
+ """Returns the dictionary representation of the model using alias"""
54
+ _dict = self.dict(by_alias=True,
55
+ exclude={
56
+ },
57
+ exclude_none=True)
58
+ # set to None if conference (nullable) is None
59
+ # and __fields_set__ contains the field
60
+ if self.conference is None and "conference" in self.__fields_set__:
61
+ _dict['conference'] = None
62
+
63
+ # set to None if name (nullable) is None
64
+ # and __fields_set__ contains the field
65
+ if self.name is None and "name" in self.__fields_set__:
66
+ _dict['name'] = None
67
+
68
+ # set to None if id (nullable) is None
69
+ # and __fields_set__ contains the field
70
+ if self.id is None and "id" in self.__fields_set__:
71
+ _dict['id'] = None
72
+
73
+ return _dict
74
+
75
+ @classmethod
76
+ def from_dict(cls, obj: dict) -> RecruitCommittedTo:
77
+ """Create an instance of RecruitCommittedTo from a dict"""
78
+ if obj is None:
79
+ return None
80
+
81
+ if not isinstance(obj, dict):
82
+ return RecruitCommittedTo.parse_obj(obj)
83
+
84
+ _obj = RecruitCommittedTo.parse_obj({
85
+ "conference": obj.get("conference"),
86
+ "name": obj.get("name"),
87
+ "id": obj.get("id")
88
+ })
89
+ return _obj
90
+
91
+
@@ -0,0 +1,91 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ College Basketball Data API
5
+
6
+ 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.
7
+
8
+ The version of the OpenAPI document: 1.14.1
9
+ Contact: admin@collegefootballdata.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Optional
23
+ from pydantic import BaseModel, Field, StrictStr
24
+
25
+ class RecruitHometown(BaseModel):
26
+ """
27
+ RecruitHometown
28
+ """
29
+ country: Optional[StrictStr] = Field(...)
30
+ state: Optional[StrictStr] = Field(...)
31
+ city: Optional[StrictStr] = Field(...)
32
+ __properties = ["country", "state", "city"]
33
+
34
+ class Config:
35
+ """Pydantic configuration"""
36
+ allow_population_by_field_name = True
37
+ validate_assignment = True
38
+
39
+ def to_str(self) -> str:
40
+ """Returns the string representation of the model using alias"""
41
+ return pprint.pformat(self.dict(by_alias=True))
42
+
43
+ def to_json(self) -> str:
44
+ """Returns the JSON representation of the model using alias"""
45
+ return json.dumps(self.to_dict())
46
+
47
+ @classmethod
48
+ def from_json(cls, json_str: str) -> RecruitHometown:
49
+ """Create an instance of RecruitHometown from a JSON string"""
50
+ return cls.from_dict(json.loads(json_str))
51
+
52
+ def to_dict(self):
53
+ """Returns the dictionary representation of the model using alias"""
54
+ _dict = self.dict(by_alias=True,
55
+ exclude={
56
+ },
57
+ exclude_none=True)
58
+ # set to None if country (nullable) is None
59
+ # and __fields_set__ contains the field
60
+ if self.country is None and "country" in self.__fields_set__:
61
+ _dict['country'] = None
62
+
63
+ # set to None if state (nullable) is None
64
+ # and __fields_set__ contains the field
65
+ if self.state is None and "state" in self.__fields_set__:
66
+ _dict['state'] = None
67
+
68
+ # set to None if city (nullable) is None
69
+ # and __fields_set__ contains the field
70
+ if self.city is None and "city" in self.__fields_set__:
71
+ _dict['city'] = None
72
+
73
+ return _dict
74
+
75
+ @classmethod
76
+ def from_dict(cls, obj: dict) -> RecruitHometown:
77
+ """Create an instance of RecruitHometown from a dict"""
78
+ if obj is None:
79
+ return None
80
+
81
+ if not isinstance(obj, dict):
82
+ return RecruitHometown.parse_obj(obj)
83
+
84
+ _obj = RecruitHometown.parse_obj({
85
+ "country": obj.get("country"),
86
+ "state": obj.get("state"),
87
+ "city": obj.get("city")
88
+ })
89
+ return _obj
90
+
91
+
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/shot_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/srs_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/team_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/venue_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/rest.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.14.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: cbbd
3
- Version: 1.13.0
3
+ Version: 1.14.1
4
4
  Summary: College Basketball Data API
5
5
  Home-page: https://github.com/CFBD/cbbd-python
6
6
  Author-email: admin@collegefootballdata.com