Method: Ayadn::Endpoints#single_post

Defined in:
lib/ayadn/endpoints.rb

#single_post(post_id, options) ⇒ Object



213
214
215
# File 'lib/ayadn/endpoints.rb', line 213

def single_post(post_id, options)
  "#{@posts_url}#{post_id}?access_token=#{Settings.user_token}#{API.build_query(options)}"
end