Class: BBC::Client
- Inherits:
-
Object
- Object
- BBC::Client
- Defined in:
- lib/bbc/client.rb
Instance Method Summary collapse
Instance Method Details
#artists(gid) ⇒ Object
4 5 6 |
# File 'lib/bbc/client.rb', line 4 def artists(gid) request(:get, "http://www.bbc.co.uk/music/artists/#{gid}.json")['artist'] end |
#now_playing ⇒ Object
8 9 10 |
# File 'lib/bbc/client.rb', line 8 def Array.wrap(request(:get, "http://www.bbc.co.uk/radio1/nowplaying/latest.json")['nowplaying']) end |