-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wepa): moving team endpoint and adding new player endpoints
- Loading branch information
1 parent
ee4ad02
commit a98b08c
Showing
298 changed files
with
2,555 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,17 +7,18 @@ | |
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. | ||
The version of the OpenAPI document: 5.1.3 | ||
The version of the OpenAPI document: 5.2.0 | ||
Contact: [email protected] | ||
Generated by OpenAPI Generator (https://openapi-generator.tech) | ||
Do not edit the class manually. | ||
""" # noqa: E501 | ||
|
||
|
||
__version__ = "5.1.3a1" | ||
__version__ = "5.2.0a1" | ||
|
||
# import apis into sdk package | ||
from cfbd.api.adjusted_metrics_api import AdjustedMetricsApi | ||
from cfbd.api.betting_api import BettingApi | ||
from cfbd.api.coaches_api import CoachesApi | ||
from cfbd.api.conferences_api import ConferencesApi | ||
|
@@ -46,10 +47,10 @@ | |
from cfbd.exceptions import ApiException | ||
|
||
# import models into sdk package | ||
from cfbd.models.adjusted_metrics import AdjustedMetrics | ||
from cfbd.models.adjusted_metrics_epa import AdjustedMetricsEpa | ||
from cfbd.models.adjusted_metrics_rushing import AdjustedMetricsRushing | ||
from cfbd.models.adjusted_metrics_success_rate import AdjustedMetricsSuccessRate | ||
from cfbd.models.adjusted_team_metrics import AdjustedTeamMetrics | ||
from cfbd.models.adjusted_team_metrics_epa import AdjustedTeamMetricsEpa | ||
from cfbd.models.adjusted_team_metrics_rushing import AdjustedTeamMetricsRushing | ||
from cfbd.models.adjusted_team_metrics_success_rate import AdjustedTeamMetricsSuccessRate | ||
from cfbd.models.advanced_box_score import AdvancedBoxScore | ||
from cfbd.models.advanced_box_score_game_info import AdvancedBoxScoreGameInfo | ||
from cfbd.models.advanced_box_score_players import AdvancedBoxScorePlayers | ||
|
@@ -94,6 +95,7 @@ | |
from cfbd.models.game_team_stats_team import GameTeamStatsTeam | ||
from cfbd.models.game_team_stats_team_stat import GameTeamStatsTeamStat | ||
from cfbd.models.game_weather import GameWeather | ||
from cfbd.models.kicker_paar import KickerPAAR | ||
from cfbd.models.live_game import LiveGame | ||
from cfbd.models.live_game_drive import LiveGameDrive | ||
from cfbd.models.live_game_play import LiveGamePlay | ||
|
@@ -121,6 +123,7 @@ | |
from cfbd.models.player_transfer import PlayerTransfer | ||
from cfbd.models.player_usage import PlayerUsage | ||
from cfbd.models.player_usage_usage import PlayerUsageUsage | ||
from cfbd.models.player_weighted_epa import PlayerWeightedEPA | ||
from cfbd.models.poll import Poll | ||
from cfbd.models.poll_rank import PollRank | ||
from cfbd.models.poll_week import PollWeek | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.