Sha256: 2496fa866743cbf4f0a9b0e5ed238bc1528224bfbe4fd56f2ec0a636e2e5fb72
Contents?: true
Size: 726 Bytes
Versions: 19
Compression:
Stored size: 726 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 http://instagram.com/developer/ # @see http://instagram.com/developer/ 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::Geographies include Instagram::Client::Tags include Instagram::Client::Comments include Instagram::Client::Likes include Instagram::Client::Subscriptions include Instagram::Client::Embedding end end
Version data entries
19 entries across 19 versions & 4 rubygems