Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 643 Bytes

MyRadio.go

Build Status Coverage Status

A go wrapper for the MyRadio API. Incomplete. Quick and dirty. Originally for the go rewrite of aliasgen.

Usage

import "github.com/UniversityRadioYork/myradio-go"

...

session, _ := myradio.NewSession("your_api_key")

lists := session.GetAllLists()

Testing

$ go test