Using zenoss-go-sdk with zeno.fm

Go integration

Install
go get github.com/zenoss/zenoss-go-sdk
Quick start
import "zenoss-go-sdk"

// Initialize client
client := zenoss-go-sdk.NewClient("YOUR_API_KEY")
List stations
curl \
  -H "x-zeno-api-key: $API_KEY" \
  https://api.zeno.fm/api/v2/stations/list
Get the list of Genres that can be used to filter stations in the search stat…
curl \
  -H "x-zeno-api-key: $API_KEY" \
  https://api.zeno.fm/api/v2/stations/genres
Get the list of Countries that can be used to filter podcasts in the search p…
curl \
  -H "x-zeno-api-key: $API_KEY" \
  https://api.zeno.fm/api/v2/podcasts/countries
SDK on GitHub 📄 API Docs
SDK
zenoss-go-sdk
Go
API
zeno.fm
zeno.fm
At a glance
Language Go
Endpoints18
Base URLhttps://api.zeno.fm