Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
/ golive Public archive

Go wrapper around Infinite Flight Live API

License

Notifications You must be signed in to change notification settings

sqeezelemon/golive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golive

golive is a Go wrapper around the Infinite Flight Live API.

Requirements

go >= 1.18

Usage

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

Contacts

@sqeezelemon on IFC


Special thanks to @sadfun for his consulting.