jasonroman / nba-api

PHP Library to access NBA API endpoints
MIT License
96 stars 14 forks source link

Api.nba.net video endpoint not working #4

Closed ghost closed 6 years ago

ghost commented 6 years ago

On your website it works perfectly and returns all the videos of a game, but when I'm trying to open the link in my browser or in my application I get error response. What am i doing wrong?

ghost commented 6 years ago

ok i got this working the example in your site have a spare slash after the video endpoint

jasonroman commented 6 years ago

Glad you got it working!

ghost commented 6 years ago

and by the way i found the way to get the last n collections. api.nba.net/0/league/collection?count=n Thats works also with the article and the video endpoints. And the article endpoint can work like the video and show the articles of a particular game api.nba.net/0/league/article?games=x&count=n