Releases: AbiosGaming/go-sdk-v2
Releases · AbiosGaming/go-sdk-v2
Move a few anonymous structs to be named structs
Increase client timeout to be more aligned with server-side configuration
Add missing field to match struct
Merge pull request #11 from AbiosGaming/missing-struct-field Add SeriesId to match struct
Aggregated Team Averages
Add aggregated team averages for Lol and Dota
League of Legends Champion Struct
Images has been added to League of Legend champions! They are now available in this SDK as well.
Go module!
- Publish this repository as a go module starting at v3
- All endpoints now return an
error
instead ofstructs.ErrorStruct
and all possible errors are propagated properly. - Remove the
Struct
suffix from the datatypes defined in thestructs
package. - Series
Chain
element has been updated to reflect it's actual structure in accordance with the updated documentation
Minor bugfixes
- CasterStruct can have a nil StreamStruct
- Fix re-authentication bug when first attempt fails.
Add data point in DotaTeamStats
Add the wins
data point in DotaTeamStats
draft lists.
2.0
Struct tag issues
- Fix minor issues with struct tags such as missing a
:
. - Add the HasPbpStats field to tournaments and the TournamentId field to series