Replies: 1 comment 2 replies
-
Are you only looking for the score for each week in that matchup? We might be able to get that data from the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've been developing an extension of the API concerning NBA Fantasy Stats and Analyses. I was wondering if there is a more efficient way to get the scores of a specific team in a 9 cat league for each week's matchup, other than getting all the scores for each week (using
box_score
member function and then looping through all the acquired matchups. It would be faster to just grab the matchup of interest (i.e. the one containing the specified team only).Beta Was this translation helpful? Give feedback.
All reactions