Skip to content

v0.2.1

Choose a tag to compare

@Mlaz-code Mlaz-code released this 16 Apr 18:57
· 19 commits to main since this release

Fixed

  • Removed events.search() — the /api/v1/events/search endpoint is not implemented on the server, so this call always returned a 404. Use events.list(sport=..., league=...) for filtered listings instead. The method will return when the server adds the endpoint.