Method: Ayadn::Endpoints#convo

Defined in:
lib/ayadn/endpoints.rb

#convo(post_id, options) ⇒ Object



145
146
147
148
149
150
# File 'lib/ayadn/endpoints.rb', line 145

def convo(post_id, options)
  make_options_list_simple(options) do
    API.build_query({count: Settings.options.counts.convo})
  end
  "#{@posts_url}#{post_id}/replies/?access_token=#{Settings.user_token}#{@options_list}"
end