Releases: henrygd/ncaa-api
Releases · henrygd/ncaa-api
v2.0.0
Important
The /game/id
route has been changed to return general game information. If you were previously using this for box scores, please update to use /game/id/boxscore
instead.
New Features
- Adds
/schools-index
route to return a big list of all schools. /game/id
route to return general information about a game. This gives you things like live stats (possession, field position, etc.), line scores, venue (if available), and which subroutes exist.
Full Changelog: v1.3.1...v2.0.0
v1.3.1
v1.3.0
Adds /game
routes.
Example game: https://www.ncaa.com/game/6305900
/game/6305900
or/game/6305900/boxscore
returns box score/game/6305900/play-by-play
returns play by play/game/6305900/scoring-summary
returns scoring summary if available/game/6305900/team-stats
returns team stats if available
Full Changelog: v1.2.5...v1.3.0
v1.2.5
- Add semaphores (@henrygd/semaphore) to scoreboard route to improve cache hit rate and prevent possible race condition if resource doesn't exist in cache
- Add graceful SIGINT handling
- Update dependencies
Full Changelog: v1.2.4...v1.2.5