Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.3 KB

Speedhive / Sporthive

This package offers a Go implementation of the public API for Speedhive / Sporthive.

Supported endpoints

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

Usage

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()