Skip to content

Instantly share code, notes, and snippets.

@korczis
Created May 15, 2013 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korczis/5587305 to your computer and use it in GitHub Desktop.
Save korczis/5587305 to your computer and use it in GitHub Desktop.
===========================================================
REST:
PUT /users/
data = {
username: "korczis",
email: "korczis@gmali.com
}
===========================================================
AMQP:
channel : user.create
data = {
username: "korczis",
email: "korczis@gmali.com
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment