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