Skip to content

Instantly share code, notes, and snippets.

@DarcInc
Created March 27, 2014 03:33
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 DarcInc/9799580 to your computer and use it in GitHub Desktop.
Save DarcInc/9799580 to your computer and use it in GitHub Desktop.
[
{
"_id": "abcdef12345",
"name": "New Project",
"description": "Project description.",
"scheduledCost": 1000,
"scheduledDuration": 10,
"owner": "abcdef1345",
"urls": [
{ "url": "/projects/2345", "rel": "show", "method": "get" }
{ "url": "/projects/2345", "rel": "edit", "method": "put",
"parameters": ["name", "description", "scheduledCost", "scheduledDuration"] },
{ "url": "/projects/2345", "rel": "delete", "method": "delete" }
]
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment