Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kimjoar/162934 to your computer and use it in GitHub Desktop.
Save kimjoar/162934 to your computer and use it in GitHub Desktop.
require 'satisfaction'
sfn = Satisfaction.new
# Let's find the subject of my latest topic
sfn.people["scott"].topics.page(1, :order => 'recently_created').first.subject #=> "Here's to Rene *Cheers*"
# HTTP call: http://api.getsatisfaction.com/people/scott/topics?order=recently_created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment