Last active
July 28, 2017 15:33
-
-
Save tomkershaw-bbc/aaea82b23c0bd5d9df4db463871a5a01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "personal homepage", | |
{ | |
"stations" : { | |
"title" : "Stations", | |
"data" : "/radio/networks" | |
"type" : "networks" | |
}, | |
"plays" : { | |
"title" : "Play history", | |
"data" : "/radio/plays" | |
"type" : "plays" | |
}, | |
"favourites" : { | |
"title" : "Listen List", | |
"data" : "/radio/favourites" | |
"type" : "favourites" | |
}, | |
"follows" : { | |
"title" : "Latest episodes from followed brands", | |
"data" : "/radio/follows" | |
"type" : "follows" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a very basic starting point from @sharps51 and I.
It's enough to get to playback via a simple user interface, nothing more.
We've inlined required data to avoid multiple API requests from a mobile client.