« | Main | »

March 12, 2011

rdiorb is a work-in-progress ruby implementation of the rd.io API. As of right now, it passes the following test case:
  key = <RDIO_KEY>
  secret = <RDIO_SECRET>
  r = Rdio::Api.new key,secret
  user = r.findUserByEmail 'jeff@jeffpalm.com'
  'Jeffrey' == user.first_name
  'Palm' == user.last_name
In the future, it will pass more.

Posted by jeff at March 12, 2011 07:17 PM