Skip to content

UniversityRadioYork/myradio-go

Repository files navigation

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

About

Go wrapper for the Myradio API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages