Sha256: c83a565ed04ef7dd301874019542779817f53e4433ef38c3358bf5ac09dfdb3d
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
pocket-ruby =========== [![Code Climate](https://codeclimate.com/github/turadg/pocket-ruby.png)](https://codeclimate.com/github/turadg/pocket-ruby) [![Gem Version](https://badge.fury.io/rb/pocket-ruby.png)](http://badge.fury.io/rb/pocket-ruby) Ruby API for v3 of the [Pocket API](http://getpocket.com/developer/docs/overview) (formerly Read It Later) # Usage Just clone the repo here and refer to the demo-server.rb file for examples on how to interact with the Pocket API. ```sh git clone cd pocket-ruby bundle install ruby demo-server.rb ``` Pocket-Ruby can be installed via the gem, ```gem install pocket-ruby``` Or via bundler, ```gem 'pocket-ruby'``` # For v0.0.5 and earlier Using v0.0.5 and earlier may result in a ```require``` error. To fix this you may either update to a newer version of the gem or uninstall with ```gem uninstall pocket-ruby``` and try again using the method below: Install via the gem, ```gem install pocket-ruby -v 0.0.5``` Or via bundler, ```gem 'pocket-ruby', '0.0.5', :require => 'pocket'``` Be sure to require the gem in your code with ```require 'pocket'``` not ```require 'pocket-ruby'```
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
pocket-ruby-0.0.7 | README.md |
pocket-ruby-andyw8-0.0.7 | README.md |
pocket-ruby-0.0.6 | README.md |