Sha256: a0f159ca6805999495fa1fe2a723cb846f7c9f1607b05a78a4d7553eeb3d977e

Contents?: true

Size: 729 Bytes

Versions: 1

Compression:

Stored size: 729 Bytes

Contents

require File.expand_path("../faraday/pocket_oauth", __FILE__)

require File.expand_path("../pocket/error", __FILE__)
require File.expand_path("../pocket/configuration", __FILE__)
require File.expand_path("../pocket/api", __FILE__)
require File.expand_path("../pocket/client", __FILE__)
require File.expand_path("../pocket/article", __FILE__)
require File.expand_path("../pocket/author", __FILE__)
require File.expand_path("../pocket/domain_metadata", __FILE__)
require File.expand_path("../pocket/image", __FILE__)

module Pocket
  extend Configuration
  extend Connection
  extend OAuth

  # Alias for Pocket::Client.new
  #
  # @return [Pocket::Client]
  def self.client(options = {})
    Pocket::Client.new(options)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pocket-ruby-0.6.0 lib/pocket-ruby.rb