Skip to content

Releases: AbiosGaming/go-sdk-v2

Move a few anonymous structs to be named structs

04 Mar 13:25
1cb86bf
Compare
Choose a tag to compare
Merge pull request #17 from kurenkoff/feature/SB-856

SB-856 split CsMatchSummary into structs

Increase client timeout to be more aligned with server-side configuration

23 Apr 11:43
9793493
Compare
Choose a tag to compare

Add missing field to match struct

26 Jan 15:25
a10a81e
Compare
Choose a tag to compare
Merge pull request #11 from AbiosGaming/missing-struct-field

Add SeriesId to match struct

Aggregated Team Averages

05 Apr 08:14
709596d
Compare
Choose a tag to compare

Add aggregated team averages for Lol and Dota

League of Legends Champion Struct

25 Mar 10:00
f9071fa
Compare
Choose a tag to compare

Images has been added to League of Legend champions! They are now available in this SDK as well.

Go module!

11 Mar 11:07
60493df
Compare
Choose a tag to compare
  • Publish this repository as a go module starting at v3
  • All endpoints now return an error instead of structs.ErrorStruct and all possible errors are propagated properly.
  • Remove the Struct suffix from the datatypes defined in the structs package.
  • Series Chain element has been updated to reflect it's actual structure in accordance with the updated documentation

Minor bugfixes

12 Dec 10:20
Compare
Choose a tag to compare
  • CasterStruct can have a nil StreamStruct
  • Fix re-authentication bug when first attempt fails.

Add data point in DotaTeamStats

19 Nov 13:51
Compare
Choose a tag to compare

Add the wins data point in DotaTeamStats draft lists.

2.0

19 Nov 11:09
5773f57
Compare
Choose a tag to compare
2.0

Refactor play by play to properly support all current games and make adding new games easier.

See README.md Play by Play section for more details.

Accessing play by play data is not backwards compatible, which is why this is a 2.0 release.

Struct tag issues

11 Oct 13:11
e45d326
Compare
Choose a tag to compare
  • Fix minor issues with struct tags such as missing a :.
  • Add the HasPbpStats field to tournaments and the TournamentId field to series