Skip to content

Instantly share code, notes, and snippets.

@ezimuel
Created July 24, 2013 14:30
Show Gist options
  • Save ezimuel/6071087 to your computer and use it in GitHub Desktop.
Save ezimuel/6071087 to your computer and use it in GitHub Desktop.
/GET /user
OK Response (200):
{
"user" : {
"name" : "Foo",
"email" : "[email protected]"
}
}
Error Response (400):
No body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment