Method: Ayadn::Endpoints#star
- Defined in:
- lib/ayadn/endpoints.rb
#star(post_id) ⇒ Object
248 249 250 |
# File 'lib/ayadn/endpoints.rb', line 248 def star(post_id) "#{@posts_url}#{post_id}/star?access_token=#{Settings.user_token}" end |