We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for adding the data.scoreboard method. Please also add these data endpoints too:
data.scoreboard
/data/5s/json/cms/noseason/game/{DATE}/{GAME_ID}/boxscore.json
/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.
DATE
YYYYMMDD
GAME_ID
The text was updated successfully, but these errors were encountered:
published in nba@4.5.0 as nba.data.boxScore(date, gameId) and nba.data.playByPlay(date, gameId)
nba@4.5.0
nba.data.boxScore(date, gameId)
nba.data.playByPlay(date, gameId)
Keep 'em coming if you find more!
Sorry, something went wrong.
No branches or pull requests
Thanks for adding the
data.scoreboard
method. Please also add thesedata
endpoints too:/data/5s/json/cms/noseason/game/{DATE}/{GAME_ID}/boxscore.json
/data/5s/json/cms/noseason/game/{DATE}/{GAME_ID}/pbp_all.json
The
DATE
s are inYYYYMMDD
format. TheGAME_ID
s are from thedata.scoreboard
endpoint.The text was updated successfully, but these errors were encountered: