You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we add season as a query param to the schedules endpoint. Seems we would only have to add it to endpoints.py and the wiki. Happy to take this on if approved.
The text was updated successfully, but these errors were encountered:
Interesting... I didn't realize the schedule endpoint supported season as a parameter. It looks like it basically pre-fills start and end date parameters for you. I have a couple other things that I've been putting off, so I'll add this when I get around to those. In the meantime you can still use the season parameter by passing force=True to statsapi.get(), e.g. statsapi.get("season", {"sportId": 1, "season": 2023}, force=True)
Could we add season as a query param to the schedules endpoint. Seems we would only have to add it to endpoints.py and the wiki. Happy to take this on if approved.
The text was updated successfully, but these errors were encountered: