Skip to content

A library for communicating with the speedhive/sporthive API.

License

Notifications You must be signed in to change notification settings

ysmilda/speedhive-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library for communicating with the speedhive/sporthive API.

Resources

License

Stars

Watchers

Forks

Languages