Method: Ayadn::Endpoints#checkins
- Defined in:
- lib/ayadn/endpoints.rb
#checkins(options) ⇒ Object
69 70 71 72 73 74 |
# File 'lib/ayadn/endpoints.rb', line 69 def checkins() () do API.build_query({count: Settings..counts.checkins}) end "#{@posts_url}stream/explore/checkins?access_token=#{Settings.user_token}#{@options_list}" end |