bttmly / nba

Node.js client for nba.com API endpoints
MIT License
710 stars 180 forks source link

NBA API - required headers #86

Closed dtkavana closed 4 years ago

dtkavana commented 4 years ago

I believe that the NBA has updated the required headers which causes this package to fail when making requests. The API calls appear to just hang.

bttmly commented 4 years ago

Ugh thats a bummer. The data.nba.com endpoints still seem to work. The stats.nba.com endpoints seem to be getting progressively flakier and harder to use. Still trying to find a good way to gather data.nba.com endpoints so that we can retire stats.

bttmly commented 4 years ago

Found the necessary headers here https://github.com/swar/nba_api/issues/124

Fixed in nba@4.13