cbbd 1.20.1__tar.gz → 1.21.0__tar.gz

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 (163) hide show
  1. {cbbd-1.20.1 → cbbd-1.21.0}/PKG-INFO +2 -2
  2. {cbbd-1.20.1 → cbbd-1.21.0}/README.md +5 -5
  3. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/__init__.py +3 -3
  4. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/conferences_api.py +2 -2
  5. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/draft_api.py +2 -2
  6. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/games_api.py +2 -2
  7. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/lines_api.py +4 -2
  8. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/lineups_api.py +2 -2
  9. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/plays_api.py +2 -2
  10. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/rankings_api.py +2 -2
  11. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/ratings_api.py +2 -2
  12. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/recruiting_api.py +2 -2
  13. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/stats_api.py +2 -2
  14. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/teams_api.py +2 -2
  15. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/venues_api.py +2 -2
  16. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api_client.py +3 -3
  17. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/configuration.py +4 -4
  18. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/exceptions.py +2 -2
  19. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/__init__.py +2 -2
  20. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/adjusted_efficiency_info.py +2 -2
  21. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/adjusted_efficiency_info_rankings.py +2 -2
  22. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/conference_history.py +2 -2
  23. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/conference_history_teams_inner.py +2 -2
  24. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/conference_info.py +2 -2
  25. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/draft_pick.py +2 -2
  26. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/draft_position.py +2 -2
  27. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/draft_team.py +2 -2
  28. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_box_score_players.py +2 -2
  29. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_box_score_players_players_inner.py +2 -2
  30. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_box_score_team.py +2 -2
  31. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_box_score_team_stats.py +2 -2
  32. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_box_score_team_stats_points.py +2 -2
  33. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_info.py +2 -2
  34. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_line_info.py +2 -2
  35. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_lines.py +2 -2
  36. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_media_info.py +2 -2
  37. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_media_info_broadcasts_inner.py +2 -2
  38. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/game_status.py +2 -2
  39. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/line_provider_info.py +2 -2
  40. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/lineup_stats.py +2 -2
  41. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/lineup_unit_stats.py +2 -2
  42. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/lineup_unit_stats_four_factors.py +2 -2
  43. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/lineup_unit_stats_two_pointers.py +2 -2
  44. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/play_info.py +2 -2
  45. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/play_info_on_floor_inner.py +2 -2
  46. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/play_info_participants_inner.py +2 -2
  47. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/play_type_info.py +2 -2
  48. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/player_season_shooting_stats.py +10 -3
  49. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/player_season_stats.py +2 -2
  50. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/player_season_stats_win_shares.py +2 -2
  51. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/player_subsititution.py +2 -2
  52. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/player_subsititution_sub_in.py +2 -2
  53. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/poll_team_info.py +2 -2
  54. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/recruit.py +2 -2
  55. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/recruit_committed_to.py +2 -2
  56. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/recruit_hometown.py +2 -2
  57. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/season_shooting_stats.py +10 -3
  58. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/season_shooting_stats_attempts_breakdown.py +2 -2
  59. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/season_shooting_stats_dunks.py +2 -2
  60. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/season_type.py +2 -2
  61. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/shooting_stats.py +2 -2
  62. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/shot_info.py +2 -2
  63. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/shot_info_location.py +2 -2
  64. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/shot_info_shooter.py +2 -2
  65. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/shot_type_breakdown.py +2 -2
  66. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/srs_info.py +2 -2
  67. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_info.py +2 -2
  68. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_roster.py +2 -2
  69. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_roster_player.py +2 -2
  70. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_roster_player_hometown.py +2 -2
  71. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_season_stats.py +2 -2
  72. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_season_unit_stats.py +2 -2
  73. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_season_unit_stats_field_goals.py +2 -2
  74. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_season_unit_stats_fouls.py +2 -2
  75. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_season_unit_stats_four_factors.py +2 -2
  76. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_season_unit_stats_points.py +2 -2
  77. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_season_unit_stats_rebounds.py +2 -2
  78. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/team_season_unit_stats_turnovers.py +2 -2
  79. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/models/venue_info.py +2 -2
  80. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/rest.py +2 -2
  81. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd.egg-info/PKG-INFO +2 -2
  82. {cbbd-1.20.1 → cbbd-1.21.0}/pyproject.toml +1 -1
  83. {cbbd-1.20.1 → cbbd-1.21.0}/setup.py +4 -4
  84. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_adjusted_efficiency_info.py +2 -2
  85. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_adjusted_efficiency_info_rankings.py +2 -2
  86. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_conference_history.py +2 -2
  87. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_conference_history_teams_inner.py +2 -2
  88. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_conference_info.py +2 -2
  89. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_conferences_api.py +2 -2
  90. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_draft_api.py +2 -2
  91. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_draft_pick.py +2 -2
  92. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_draft_position.py +2 -2
  93. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_draft_team.py +2 -2
  94. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_box_score_players.py +2 -2
  95. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_box_score_players_players_inner.py +2 -2
  96. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_box_score_team.py +2 -2
  97. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_box_score_team_stats.py +2 -2
  98. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_box_score_team_stats_points.py +2 -2
  99. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_info.py +2 -2
  100. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_line_info.py +2 -2
  101. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_lines.py +2 -2
  102. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_media_info.py +2 -2
  103. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_media_info_broadcasts_inner.py +2 -2
  104. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_game_status.py +2 -2
  105. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_games_api.py +2 -2
  106. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_line_provider_info.py +2 -2
  107. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_lines_api.py +2 -2
  108. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_lineup_stats.py +2 -2
  109. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_lineup_unit_stats.py +2 -2
  110. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_lineup_unit_stats_four_factors.py +2 -2
  111. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_lineup_unit_stats_two_pointers.py +2 -2
  112. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_lineups_api.py +2 -2
  113. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_play_info.py +2 -2
  114. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_play_info_on_floor_inner.py +2 -2
  115. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_play_info_participants_inner.py +2 -2
  116. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_play_type_info.py +2 -2
  117. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_player_season_shooting_stats.py +12 -2
  118. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_player_season_stats.py +2 -2
  119. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_player_season_stats_win_shares.py +2 -2
  120. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_player_subsititution.py +2 -2
  121. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_player_subsititution_sub_in.py +2 -2
  122. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_plays_api.py +2 -2
  123. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_poll_team_info.py +2 -2
  124. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_rankings_api.py +2 -2
  125. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_ratings_api.py +2 -2
  126. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_recruit.py +2 -2
  127. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_recruit_committed_to.py +2 -2
  128. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_recruit_hometown.py +2 -2
  129. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_recruiting_api.py +2 -2
  130. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_season_shooting_stats.py +12 -2
  131. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_season_shooting_stats_attempts_breakdown.py +2 -2
  132. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_season_shooting_stats_dunks.py +2 -2
  133. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_season_type.py +2 -2
  134. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_shooting_stats.py +2 -2
  135. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_shot_info.py +2 -2
  136. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_shot_info_location.py +2 -2
  137. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_shot_info_shooter.py +2 -2
  138. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_shot_type_breakdown.py +2 -2
  139. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_srs_info.py +2 -2
  140. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_stats_api.py +2 -2
  141. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_info.py +2 -2
  142. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_roster.py +2 -2
  143. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_roster_player.py +2 -2
  144. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_roster_player_hometown.py +2 -2
  145. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_season_stats.py +2 -2
  146. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_season_unit_stats.py +2 -2
  147. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_season_unit_stats_field_goals.py +2 -2
  148. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_season_unit_stats_fouls.py +2 -2
  149. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_season_unit_stats_four_factors.py +2 -2
  150. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_season_unit_stats_points.py +2 -2
  151. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_season_unit_stats_rebounds.py +2 -2
  152. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_team_season_unit_stats_turnovers.py +2 -2
  153. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_teams_api.py +2 -2
  154. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_venue_info.py +2 -2
  155. {cbbd-1.20.1 → cbbd-1.21.0}/test/test_venues_api.py +2 -2
  156. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api/__init__.py +0 -0
  157. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/api_response.py +0 -0
  158. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd/py.typed +0 -0
  159. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd.egg-info/SOURCES.txt +0 -0
  160. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd.egg-info/dependency_links.txt +0 -0
  161. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd.egg-info/requires.txt +0 -0
  162. {cbbd-1.20.1 → cbbd-1.21.0}/cbbd.egg-info/top_level.txt +0 -0
  163. {cbbd-1.20.1 → cbbd-1.21.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cbbd
3
- Version: 1.20.1
3
+ Version: 1.21.0
4
4
  Summary: College Basketball Data API
5
5
  Home-page: https://github.com/CFBD/cbbd-python
6
6
  Author-email: admin@collegefootballdata.com
@@ -20,5 +20,5 @@ Dynamic: license
20
20
  Dynamic: requires-dist
21
21
  Dynamic: summary
22
22
 
23
- 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.
23
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
24
24
 
@@ -1,10 +1,10 @@
1
1
  # cbbd
2
- 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.
2
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
3
3
 
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
- - API version: 1.20.1
7
- - Package version: 1.20.1
6
+ - API version: 1.21.0
7
+ - Package version: 1.21.0
8
8
  - Generator version: 7.12.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
10
10
 
@@ -16,9 +16,9 @@ Python 3.7+
16
16
  ### pip install
17
17
 
18
18
  ```sh
19
- pip install cbbd@1.20.1
19
+ pip install cbbd@1.21.0
20
20
  ```
21
- (you may need to run `pip` with root permission: `sudo pip install cbbd@1.20.1`)
21
+ (you may need to run `pip` with root permission: `sudo pip install cbbd@1.21.0`)
22
22
 
23
23
  Then import the package:
24
24
  ```python
@@ -5,9 +5,9 @@
5
5
  """
6
6
  College Basketball Data API
7
7
 
8
- 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.
8
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
9
9
 
10
- The version of the OpenAPI document: 1.20.1
10
+ The version of the OpenAPI document: 1.21.0
11
11
  Contact: admin@collegefootballdata.com
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "1.20.1"
18
+ __version__ = "1.21.0"
19
19
 
20
20
  # import apis into sdk package
21
21
  from cbbd.api.conferences_api import ConferencesApi
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -231,6 +231,7 @@ class LinesApi:
231
231
  def get_providers(self, **kwargs) -> List[LineProviderInfo]: # noqa: E501
232
232
  """get_providers # noqa: E501
233
233
 
234
+ Returns a list of available line providers # noqa: E501
234
235
  This method makes a synchronous HTTP request by default. To make an
235
236
  asynchronous HTTP request, please pass async_req=True
236
237
 
@@ -258,6 +259,7 @@ class LinesApi:
258
259
  def get_providers_with_http_info(self, **kwargs) -> ApiResponse: # noqa: E501
259
260
  """get_providers # noqa: E501
260
261
 
262
+ Returns a list of available line providers # noqa: E501
261
263
  This method makes a synchronous HTTP request by default. To make an
262
264
  asynchronous HTTP request, please pass async_req=True
263
265
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -78,7 +78,7 @@ class ApiClient:
78
78
  self.default_headers[header_name] = header_value
79
79
  self.cookie = cookie
80
80
  # Set default User-Agent.
81
- self.user_agent = 'OpenAPI-Generator/1.20.1/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.21.0/python'
82
82
  self.client_side_validation = configuration.client_side_validation
83
83
 
84
84
  def __enter__(self):
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -376,8 +376,8 @@ class Configuration:
376
376
  return "Python SDK Debug Report:\n"\
377
377
  "OS: {env}\n"\
378
378
  "Python Version: {pyversion}\n"\
379
- "Version of the API: 1.20.1\n"\
380
- "SDK Package Version: 1.20.1".\
379
+ "Version of the API: 1.21.0\n"\
380
+ "SDK Package Version: 1.21.0".\
381
381
  format(env=sys.platform, pyversion=sys.version)
382
382
 
383
383
  def get_host_settings(self):
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -4,9 +4,9 @@
4
4
  """
5
5
  College Basketball Data API
6
6
 
7
- 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
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
8
8
 
9
- The version of the OpenAPI document: 1.20.1
9
+ The version of the OpenAPI document: 1.21.0
10
10
  Contact: admin@collegefootballdata.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
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.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.1
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11