-*- outline -*- * ABOUT This is a ruby implementation of the rd.io API here: http:/developer.rdio.com * USAGE See the exmples for usage. You first must obtain a consumer key/secret pair described here: http:/developer.rdio.com You can user the 'rdio-call' script (strikingly similar to rdio's python one) for exploring the api. Pass '-h' argument to rdio-call to see the options. Here's an example: % ./rdio-call get keys=t7609753 -i { "result": { "t7609753": { "artist": "Mogwai", "name": "White Noise", .... * TODO Lots