Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.8: The "Games" Update #9

Merged
merged 1 commit into from
Oct 19, 2023
Merged

0.0.8: The "Games" Update #9

merged 1 commit into from
Oct 19, 2023

Conversation

armstjc
Copy link
Owner

@armstjc armstjc commented Oct 19, 2023

  • Implemented cfbd_json_py.games.get_cfbd_player_advanced_game_stats(), a function that allows a user to get advanced player game stats for actual CFB games in a specific timeframe, from the CFBD API.
  • Implemented cfbd_json_py.games.get_cfbd_player_game_stats(), a function that allows a user to get player game stats for actual CFB games in a specific timeframe, from the CFBD API.
  • Implemented cfbd_json_py.games.get_cfbd_game_media_info(), a function that allows a user to get a list of known broadcasters for actual CFB games in a specific timeframe, from the CFBD API.
  • Implemented cfbd_json_py.games.get_cfbd_season_weeks(), a function that allows a user to get a list of weeks that occured in a given CFB season from the CFBD API.
  • Implemented cfbd_json_py.games.get_cfbd_team_records(), a function that allows a user to get team records data from the CFBD API.
  • Fixed multiple bugs that would prevent a user from properly calling cfbd_json_py.games.get_cfbd_games() in certian edge cases.
  • Attempted a fix for the generate_docs.yml GitHub Workflow to allow it to call pdoc properly within GitHub Actions.
  • Updated the package version to 0.0.8.

- Implemented `cfbd_json_py.games.get_cfbd_player_advanced_game_stats()`, a function that allows a user to get advanced player game stats for actual CFB games in a specific timeframe, from the CFBD API.
- Implemented `cfbd_json_py.games.get_cfbd_player_game_stats()`, a function that allows a user to get player game stats for actual CFB games in a specific timeframe, from the CFBD API.
- Implemented `cfbd_json_py.games.get_cfbd_game_media_info()`, a function that allows a user to get a list of known broadcasters for actual CFB games in a specific timeframe, from the CFBD API.
- Implemented `cfbd_json_py.games.get_cfbd_season_weeks()`, a function that allows a user to get a list of weeks that occured in a given CFB season from the CFBD API.
- Implemented `cfbd_json_py.games.get_cfbd_team_records()`, a function that allows a user to get team records data from the CFBD API.
- Fixed multiple bugs that would prevent a user from properly calling `cfbd_json_py.games.get_cfbd_games()` in certian edge cases.
- Attempted a fix for the `generate_docs.yml` GitHub Workflow to allow it to call `pdoc` properly within GitHub Actions.
- Updated the package version to `0.0.8`.
@armstjc armstjc added the enhancement New feature or request label Oct 19, 2023
@armstjc armstjc self-assigned this Oct 19, 2023
@armstjc armstjc merged commit 68e879d into main Oct 19, 2023
1 of 2 checks passed
@armstjc armstjc deleted the 0.0.8-The-Games-Update branch October 19, 2023 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant