go-opendota icon indicating copy to clipboard operation
go-opendota copied to clipboard

Go client library for accessing the OpenDota API

Results 3 go-opendota issues
Sort by recently updated
recently updated
newest added

I am a Opendota-web user,as the title says, I am interested in the output process of the analysis data, such as team battle position, equipment ready time, etc. Is this...

Ran into an issue that when I pass &opendota.PlayerParam{Significant:0}, omitempty causes 0 to be seen as an empty value. ``` type PlayerParam struct { Limit int `url:"limit,omitempty"` Offset int `url:"offset,omitempty"`...