Method: Ayadn::Endpoints#repost

Defined in:
lib/ayadn/endpoints.rb

#repost(post_id) ⇒ Object



244
245
246
# File 'lib/ayadn/endpoints.rb', line 244

def repost(post_id)
  "#{@posts_url}#{post_id}/repost?access_token=#{Settings.user_token}"
end