Releases: AbiosGaming/go-sdk-v2
Releases · AbiosGaming/go-sdk-v2
Fix inconsistent parameter type
The parameter type of abios.Client.SetRate
and abios.AbiosSDK.SetRate
did not match (which they very much should)
Requests are sent concurrently
Requests in the request queue of the request_handler are now popped and sent in their own go routine, i.e. concurrently.
Minor bug
Public release
Initial release.
Endpoints:
- oauth/access_token
- games
- series
- seriesById
- matchesById
- tournaments
- tournamentsById
- substagesById
- teams
- teamsById
- players
- playersById
- rostersById
- search
- incidents
- incidentsBySeriesId
And all their parameters, including play-by-play.
Features:
- Automatic re-authentication
- Rate limiting