This package offers a Go implementation of the public API for Speedhive / Sporthive.
According to the client settings the endpoints below exist. This table describes the status of the implementation.
Section | Implemented | Note |
---|---|---|
Event results | Yes | |
Practice | Yes | |
Users and products | No | Requires OAuth2 |
Live timing | No | Haven't found the specification |
client := eventresult.NewClient(nil) // Pass nil or an http.Client
event, err := client.Events.List()
client := practice.NewClient(nil) // Pass nil or an http.Client
practice, err := client.Locations.List()