Skip to content

nixme/rdio-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdio-ruby [WIP]

A Ruby wrapper for the Rdio Web Service API.

Usage

For unauthenticated calls:

client = Rdio::Client.new(consumer_key, consumer_secret)

This library doesn't handle the OAuth authentication dance. omniauth-rdio is recommended for web applications.

Have an OAuth access token and secret for an Rdio user?

client.access_token = access_token
client.secret = secret

Now you can make authenticated calls.

About

A Ruby wrapper for the Rdio Web Service API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages