-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get NBA player rank and projected rank? #22
Comments
Bump. I would love to figure this out as well. From what I can tell, the Players Collection of the Yahoo Fantasy Sports API can return player rank. I can't seem to find out how to do this with this library. Thank you for this resource. It is incredibly useful! |
I think I have figured it out @salbro. The
|
Thanks, JaumeClave! That's really helpful. For posterity, here's some code to fetch all players ranks (and name and keys) from a league object:
|
@salbro - Yeah, that is great! Thanks for sharing that. I'll be using it in my project! |
Is there a way to get an NBA player's rank and projected rank? I can't seem to figure it out.
The text was updated successfully, but these errors were encountered: