Skip to content

Instantly share code, notes, and snippets.

@cvan
Created December 2, 2012 07:26
Show Gist options
  • Save cvan/4187594 to your computer and use it in GitHub Desktop.
Save cvan/4187594 to your computer and use it in GitHub Desktop.
I like you. You like me.
# You like me.
curl -X POST -d 'yes=1&me=girl' 'http://localhost:5000/heygirlilikeartsybakedgoodstoo/cvan'
# I like you.
curl -X POST -d 'yes=1&me=cvan' 'http://localhost:5000/heygirlilikeartsybakedgoodstoo/girl'
# In mine.
curl 'http://localhost:5000/heygirlilikeartsybakedgoodstoo/cvan'
curl 'http://localhost:5000/heygirlilikeartsybakedgoodstoo/cvan?unread'
# In yours.
curl 'http://localhost:5000/heygirlilikeartsybakedgoodstoo/girl'
curl 'http://localhost:5000/heygirlilikeartsybakedgoodstoo/girl?unread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment