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