You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
Have you seen the template repo here? Specifically, the file nba.json seems to have alot (if not all) of these endpoints with their required parameters listed, as well as the set of parameters with their default values.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Find the required parameters for each of the
nba.stats
endpoints and make that parameter bold.Most stats.nba.com endpoints will throw an error if a required parameter is missing, so we can use this to find the list of required params.
e.g. Making a request to http://stats.nba.com/stats/commonallplayers without any parameters will return:
So the documentation for the
data.stats.allPlayers
method should look like:allPlayers
/stats/commonallplayers
IsOnlyCurrentSeason
LeagueID
Season
The text was updated successfully, but these errors were encountered: