Support for Division Information? #54
joeyagreco
started this conversation in
General
Replies: 1 comment
-
Good question - I assume some of that comes back in the API but I'm not enrolled in a league with divisions so it's hard to confirm for sure. You can poke around the raw API response using the league = ctx.get_leagues('nfl', 2022)[0]
print(league._raw) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using this for Fantasy Football.
Was wondering if there is anywhere to retrieve division information for a league?
Don't see it anywhere in the league model.
Any insight would be appreciated!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions