Method: Ayadn::Endpoints#photos

Defined in:
lib/ayadn/endpoints.rb

#photos(options) ⇒ Object



94
95
96
97
98
99
# File 'lib/ayadn/endpoints.rb', line 94

def photos(options)
  make_options_list(options) do
    API.build_query({count: Settings.options.counts.photos})
  end
  "#{@posts_url}stream/explore/photos?access_token=#{Settings.user_token}#{@options_list}"
end