Created
July 13, 2011 18:11
-
-
Save markerdmann/1080904 to your computer and use it in GitHub Desktop.
Redweb CURL examples
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 --user admin:admin -d 'key=hello&value=redweb' http://yourdeployment.dotcloud.com/strings/set | |
curl --user admin:admin -d 'key=hello' http://yourdeployment.dotcloud.com/strings/get |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment