golive is a Go wrapper around the Infinite Flight Live API.
go >= 1.18
// 1. Import golive
import "github.com/sqeezelemon/golive"
// 2. Initialize the client
client := golive.NewClient("totally_an_api_key", &http.client{})
// 3. Done
try, catch := client.GetSessions()
Special thanks to @sadfun for his consulting.