Skip to content
rha7dotcom edited this page Sep 14, 2010 · 9 revisions

ReadItLater API Library for Ruby

Please see sample_usage.rb for examples of use.

For details on the ReadItLater API see http://readitlaterlist.com/api/docs/

For details on what is ReadItLater see http://readitlaterlist.com/

NEW: Has been deployed to gemcutter as a gem, you can install it like this:

sudo gem install read_it_later

And that’s it, then just require it from you Ruby programs.

Installation

Easy, just install the Gem:

sudo gem install read_it_later --source http://gemcutter.org

Then require the gem in your ruby source code:

require 'read_it_later'

Enjoy.

Documentation

Is available at RDoc.info read_it_later gem documentation

Clone this wiki locally