Skip to content

Instantly share code, notes, and snippets.

@gmcerveny
Created January 3, 2012 05:52
Show Gist options
  • Save gmcerveny/1553717 to your computer and use it in GitHub Desktop.
Save gmcerveny/1553717 to your computer and use it in GitHub Desktop.
$ 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