Swar Patel
Swar Patel
@rneu31 and @bttmly Please let me know if you need any help. I would love to contribute more.
@rneu31 @bttmly I just wanted to let you both know that I created a new Python NBA API Client over at [swar/nba_api](https://github.com/swar/nba_api). Definitely looking forward to hearing any suggestions anyone...
@bttmly I pulled as many endpoints as I could find from various NBA API clients as well as the stats.nba.com website. I wanted to have good starting list of endpoints...
PlayByPlay is a simple endpoint that doesn't contain the detailed information. You'll want to use PlayByPlayV2. [PlayByPlay Documentation](https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/endpoints/playbyplay.md) [PlayByPlayV2 Documentation](https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/endpoints/playbyplayv2.md)
The Season argument is auto-generated where October indicates the start of the new season. So that value is now generating 2020-21 when that season has not started. Hardcore the argument...
Hand is starting to heal so I should be able to dedicate time into this issue.
The only issue with this is that on some pages the parameters table becomes unbearable to view. I tried completing this issue earlier, but I couldn't get it to fit...
I'm not sure what you mean by your first paragraph. Can you elaborate? What do you mean by "url helpers"? It's mostly because the parameter patterns are very long for...
I am hesitant to switch `parameter_value` to be the default value used in the documentation because that field is directly necessary to use the other tools that are set up....
I am possibly going to scrap this ticket and replace it with a custom documentation website that I am designing. I need another project to work on and thought this...