Sha256: ad3d1e55e12cdec41514ddf3f6f258ca275e10438842089f6488da5b3f91a18b
Contents?: true
Size: 681 Bytes
Versions: 12
Compression:
Stored size: 681 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::Geographies include Instagram::Client::Tags include Instagram::Client::Comments include Instagram::Client::Likes include Instagram::Client::Subscriptions end end
Version data entries
12 entries across 12 versions & 4 rubygems