bttmly / nba

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

Add endpoints #68

Closed jcostello93 closed 5 years ago

jcostello93 commented 5 years ago

NOTE: there is a corresponding pull request for nba-client-template

This pull request adds 2 endpoints from the /stats namespace to the src/stats.js file:

It also adds 8 endpoints and modifies the schedule endpoint from the /data namespace to the src/data.js file:

bttmly commented 5 years ago

awesome! would you mind adding some basic tests for these before I merge it?

jcostello93 commented 5 years ago

Tests should be added to the request :)

bttmly commented 5 years ago

Thank you!