seemethere / nba_py

Python client for NBA statistics located at stats.nba.com
BSD 3-Clause "New" or "Revised" License
1.05k stars 255 forks source link

thoughts on client generation from structured data? #40

Open bttmly opened 8 years ago

bttmly commented 8 years ago

Hi, I'm the developer of a similar package for Node.js. I combined the endpoints and parameter values used here with ones I found on my own poking around nba.com into some structured data that can be used to generate an API client programmatically. I've put that data here and will be updating my client to use it shortly. I'm curious if you're interested in using that data in this project at all. If there's a single source of truth for what endpoints the NBA currently supports and what parameters they accept it makes everyone's life easier.

seemethere commented 8 years ago

This is awesome! I'll definitely look into using this to auto generate nba_py!