Sha256: 3a4c3568fe985f7284fa8ae79be64837c2b55f8c88e9c5036cc527941aa7967a

Contents?: true

Size: 588 Bytes

Versions: 4

Compression:

Stored size: 588 Bytes

Contents

# instapaper_full

Ruby wrapper for the [Instapaper Full API](http://www.instapaper.com/api/full)

Draft version.

Note that you need to [request OAuth Application tokens manually](http://www.instapaper.com/main/request_oauth_consumer_token) and that most methods only work for Instapaper subscribers.

# Installation

    gem install instapaper_full

# Examples

    ip = InstapaperFull::API.new :consumer_key => "my key", :consumer_secret => "my secret"
    ip.authenticate "someone@example.com", "password"
    puts ip.options.user_id
    puts ip.bookmarks_list(:limit => 1)[0]['url']

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
instapaper_full-0.1.1 README.md
instapaper_full-0.1.0 README.md
instapaper_full-0.0.4 README.md
instapaper_full-0.0.3 README.md