Sha256: a2205a548285d239912265bd566f7a7d69ba2116451eef939ea61886206a3701

Contents?: true

Size: 638 Bytes

Versions: 3

Compression:

Stored size: 638 Bytes

Contents

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

    include Instagram::Client::Utils

    include Instagram::Client::Users
    include Instagram::Client::Media
    include Instagram::Client::Locations
    include Instagram::Client::Tags
    include Instagram::Client::Comments
    include Instagram::Client::Likes
    include Instagram::Client::Subscriptions
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
localist-instagvram-0.6.2 lib/instagram/client.rb
instagram-0.6.1 lib/instagram/client.rb
instagram-0.6 lib/instagram/client.rb