Skip to content

Instantly share code, notes, and snippets.

@jkakar
Created March 9, 2012 21:38
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 jkakar/2008836 to your computer and use it in GitHub Desktop.
Save jkakar/2008836 to your computer and use it in GitHub Desktop.
GET /values response with new 'updated-at' data
HTTP/1.1 200 OK
Content-Length: 817
Date: Mon, 02 Aug 2010 13:14:32 GMT
Content-Type: application/json
{
"results" : {
"id" : {
"05eee31e-fbd1-43cc-9500-0469707a9bc3" : {
"fluiddb/about" : {
"value" : "Hey you",
"updated-at": "2012-03-09T21:37:41.797759"
},
"ntoll/rating" : {
"value" : 5,
"updated-at": "2012-03-09T21:37:41.797759"
},
"ntoll/resume" : {
"value-type" : "application/pdf",
"size" : 179393,
"updated-at": "2012-03-09T21:37:41.797759"
}
},
"0521e31e-fbd1-43cc-9500-046974569bc3" : {
"fluiddb/about" : {
"value" : "http://www.yahoo.com",
"updated-at": "2012-03-09T21:37:41.797759"
},
"ntoll/rating" : {
"value" : 9,
"updated-at": "2012-03-09T21:37:41.797759"
},
"bit.ly/url" : {
"value" : "http://bit.ly/4bYAV2",
"updated-at": "2012-03-09T21:37:41.797759"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment