Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created January 23, 2014 13:37
Show Gist options
  • Save jpadilla/8578541 to your computer and use it in GitHub Desktop.
Save jpadilla/8578541 to your computer and use it in GitHub Desktop.
{
"method":"GET",
"url": "/api/projects/",
"data": {
"status": "active"
}
}
{
"method":"POST",
"url": "/api/companies/",
"data": {
"name": "Acme Inc."
},
"token": "MY_JSON_WEB_TOKEN"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment