Sha256: e254568b29e7a30aabaa41412ee57916bf24b78337b13f721a0f03ed632ab816

Contents?: true

Size: 666 Bytes

Versions: 1

Compression:

Stored size: 666 Bytes

Contents

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.5.0 lib/pocket-ruby.rb