Skip to content

Commit

Permalink
Merge pull request #30 from armstjc/17-implement-the-plays-endpoints-…
Browse files Browse the repository at this point in the history
…into-this-python-package

0.0.14: The "Play-by-play" Update
  • Loading branch information
armstjc authored Nov 20, 2023
2 parents e496fed + c5ff2ff commit ef23be3
Show file tree
Hide file tree
Showing 4 changed files with 960 additions and 20 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
# CHANGELOG: cfbd_json_py

## 0.0.14: The "Play-by-play" Update

- Implemented `cfbd_json_py.plays.get_cfbd_pbp_data()`, a function that allows a user to get CFB play-by-play (PBP) from the CFBD API.
- Implemented `cfbd_json_py.plays.get_cfbd_pbp_play_types()`, a function that allows a user to get a list of valid inputs for the `play_type` parameter for `cfbd_json_py.plays.get_cfbd_pbp_data()`.
- Implemented `cfbd_json_py.plays.get_cfbd_pbp_stat_types()`, a function that allows a user to get a list of valid inputs for the `stat_type_id` parameter for `cfbd_json_py.plays.get_cfbd_pbp_stats()`.
- Updated the package version to `0.0.15`.

## 0.0.14: The "Rankings" Update

- Implemented `cfbd_json_py.rankings.get_cfbd_poll_rankings()`, a function that allows a user to get CFB poll data from the CFBD API.
- Updated the package version to `0.0.14`.

## 0.0.13: The "Rankings" Update

- Implemented `cfbd_json_py.rankings.get_cfbd_poll_rankings()`, a function that allows a user to get CFB poll data from the CFBD API.
- Updated the package version to `0.0.13`.

## 0.0.12: The "Venues" Update

- Implemented `cfbd_json_py.venues.get_cfbd_venues()`, a function that allows a user to a list of CFB venues from the CFBD API.
- Updated the package version to `0.0.12`.


## 0.0.11: The "Players" Update

- Implemented `cfbd_json_py.players.get_cfbd_transfer_portal_data()`, a function that allows a user to get transfer portal data from the CFBD API.
Expand Down
Loading

0 comments on commit ef23be3

Please sign in to comment.