Created
January 3, 2012 05:52
-
-
Save gmcerveny/1553717 to your computer and use it in GitHub Desktop.
This file contains 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
$ curl -X POST http://jsonbin.herokuapp.com/ | |
access at http://jsonbin.herokuapp.com/abf052c9 | |
$ curl -X PUT -d "oops=there goes my skirt" http://jsonbin.herokuapp.com/abf052c9 | |
{"oops":"there goes my skirt"} | |
$ curl http://jsonbin.herokuapp.com/abf052c9 | |
{"oops":"there goes my skirt"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment