Sha256: 72036037774e2323362e503ecf451b1b5d9aab06d574f9284e7ed68f64edbd2b
Contents?: true
Size: 729 Bytes
Versions: 5
Compression:
Stored size: 729 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
5 entries across 5 versions & 2 rubygems