Module: InstagramGraphApi
- Defined in:
- lib/instagram_graph_api.rb,
lib/instagram_graph_api/client.rb,
lib/instagram_graph_api/version.rb,
lib/instagram_graph_api/client/tag.rb,
lib/instagram_graph_api/client/media.rb,
lib/instagram_graph_api/client/users.rb,
lib/instagram_graph_api/client/insights.rb,
lib/instagram_graph_api/client/discovery.rb
Defined Under Namespace
Classes: Client
Constant Summary collapse
- VERSION =
"0.0.13"
Class Method Summary collapse
-
.client(token) ⇒ Object
Your code goes here…
Class Method Details
.client(token) ⇒ Object
Your code goes here…
6 7 8 |
# File 'lib/instagram_graph_api.rb', line 6 def self.client(token) InstagramGraphApi::Client.new(token) end |