Sha256: f0edd341a882246e5baa4cf220d7f9eb58ebf01eccfd0160cd5f0cbd9f12c429

Contents?: true

Size: 423 Bytes

Versions: 8

Compression:

Stored size: 423 Bytes

Contents

module Pocket
  # Wrapper for the Pocket REST API
  #
  # @note All methods have been separated into modules and follow the same grouping used in {TODO:doc_URL the Pocket API Documentation}.
  # @see TODO:doc_url
  class Client < API
    Dir[File.expand_path('../client/*.rb', __FILE__)].each{|f| require f}

    include Pocket::Client::Add
    include Pocket::Client::Modify
    include Pocket::Client::Retrieve
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
pocket-ruby-0.0.9 lib/pocket/client.rb
pocket-ruby-0.0.8 lib/pocket/client.rb
pocket-ruby-0.0.7 lib/pocket/client.rb
pocket-ruby-andyw8-0.0.7 lib/pocket/client.rb
pocket-ruby-0.0.6 lib/pocket/client.rb
pocket-ruby-0.0.5 lib/pocket/client.rb
pocket-ruby-0.0.4 lib/pocket/client.rb
pocket-ruby-0.0.3 lib/pocket/client.rb