Skip to content

Instantly share code, notes, and snippets.

@markerdmann
Created July 13, 2011 18:11
Show Gist options
  • Save markerdmann/1080904 to your computer and use it in GitHub Desktop.
Save markerdmann/1080904 to your computer and use it in GitHub Desktop.
Redweb CURL examples
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