Created
December 2, 2012 07:26
-
-
Save cvan/4187594 to your computer and use it in GitHub Desktop.
I like you. You like me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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