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 |