Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

v0.3.2

Latest
Compare
Choose a tag to compare
@kashav kashav released this 02 Nov 16:38
· 32 commits to master since this release

Breaking changes

  • Deprecate nba.data.currentScoreboard (endpoint seems to always return []). Use nba.data.scoreboard with today's date (you can use (new Date).toISOString().slice(0, 10) or any third party library to generate this value) for the current scoreboard.
  • Update nba.data method parameter names (see 88c7d76)
    • gameDate -> date
    • seasonScheduleYear -> year
    • teamUrlCode -> teamName
    • periodNum -> period