Skip to content

Instantly share code, notes, and snippets.

@meric
Created March 25, 2015 04:47
Show Gist options
  • Save meric/5971e92440512fbc479e to your computer and use it in GitHub Desktop.
Save meric/5971e92440512fbc479e to your computer and use it in GitHub Desktop.
{
"user": {
"method": "GET",
"url": "/user/1/",
},
"cart": {
"method": "GET",
"url": "/cart/1/",
},
"log": {
"method": "POST",
"url": "/log/",
"data": {
"message": "hello"
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment