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

data endpoint: Add box score and play-by-play #56

Closed
garyking opened this issue Oct 9, 2018 · 1 comment
Closed

data endpoint: Add box score and play-by-play #56

garyking opened this issue Oct 9, 2018 · 1 comment

Comments

@garyking
Copy link

garyking commented Oct 9, 2018

Thanks for adding the data.scoreboard method. Please also add these data endpoints too:

  • Box score
    • Format: /data/5s/json/cms/noseason/game/{DATE}/{GAME_ID}/boxscore.json
  • Play by play
    • Format: /data/5s/json/cms/noseason/game/{DATE}/{GAME_ID}/pbp_all.json

The DATEs are in YYYYMMDD format. The GAME_IDs are from the data.scoreboard endpoint.

@bttmly
Copy link
Owner

bttmly commented Oct 10, 2018

published in nba@4.5.0 as nba.data.boxScore(date, gameId) and nba.data.playByPlay(date, gameId)

Keep 'em coming if you find more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants