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() () do API.build_query({count: Settings..counts.photos}) end "#{@posts_url}stream/explore/photos?access_token=#{Settings.user_token}#{@options_list}" end |