Sha256: 65abcd3ce89d801d408f15e30a5e5601d7c57068b24ba9140e14511d3c0ec65c

Contents?: true

Size: 431 Bytes

Versions: 6

Compression:

Stored size: 431 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__)].sort.each { |f| require f }

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
pocket-ruby-0.3.0 lib/pocket/client.rb
pocket-ruby-0.2.1 lib/pocket/client.rb
pocket-ruby-0.2.0 lib/pocket/client.rb
pocket-ruby-0.1.0 lib/pocket/client.rb
pocket-ruby-andyw8-0.1.0 lib/pocket/client.rb
pocket-ruby-andyw8-0.0.8 lib/pocket/client.rb