Skip to content

Instantly share code, notes, and snippets.

@paulspringett
Created December 17, 2012 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulspringett/4320241 to your computer and use it in GitHub Desktop.
Save paulspringett/4320241 to your computer and use it in GitHub Desktop.
# Creating a like
curl -X POST \
http://api.rusic.com/buckets/123/ideas/456/like \
-D "like[should_post_to_social]=true" \
-H "X-API-Key: 8bca8fa86b" \
-H "X-Participant-Token: 19ba7d23ef" \
# Removing a like
curl -X DELETE \
http://api.rusic.com/buckets/123/ideas/456/like \
-H "X-API-Key: 8bca8fa86b" \
-H "X-Participant-Token: 19ba7d23ef" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment