Skip to content

ysmilda/speedhive-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedhive / Sporthive

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

Supported endpoints

From the list published in the client settings we can find that there are a couple API's available. For some there is an openapi spec available, those are the ones that this library targets.

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages