Method: API.comments_and_likes

Defined in:
lib/quintype/api.rb

.comments_and_likes(story_ids) ⇒ Object



111
112
113
114
115
# File 'lib/quintype/api.rb', line 111

def comments_and_likes(story_ids)
  if story_ids.present?
    _get("comments-and-votes/" + story_ids.join('|'))
  end
end