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