Referly is a Ruby wrapper for the Referly API.
You must first create a client object.
client = Referly.new(key, secret)
client.accounts.create(email: '[email protected]')
client.links.create(url: 'http://refer.ly')
client.links.all
client.rewards.create(visit_id: '12345', amount: 1.00, earned_on: '2012-07-23', payable_on: '2012-07-24')
client.rewards.all
Pull requests are welcomed.