Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Created July 23, 2014 03:20
Show Gist options
  • Save Sigmus/de9a31f54eb90e42f45f to your computer and use it in GitHub Desktop.
Save Sigmus/de9a31f54eb90e42f45f to your computer and use it in GitHub Desktop.
Collection+JSON document
{
"collection": {
"version": "1.0",
"href": "http://www.youtypeitwepostit.com/api/",
"items": [
{
"href": "/api/messages/21818525390699506",
"data": [
{
"name": "text",
"value": "Test."
},
{
"name": "date_posted",
"value": "2013-04-22T05:33:58.930Z"
}
],
"links": []
},
{
"href": "/api/messages/3689331521745771",
"data": [
{
"name": "text",
"value": "Hello."
},
{
"name": "date_posted",
"value": "2013-04-20T12:55:59.685Z"
}
],
"links": []
}
],
"links": [
{
"href": "/logo.png",
"rel": "icon",
"render": "image"
}
],
"queries": [
{
"href": "/api/search",
"rel": "search",
"prompt": "Search the microblog archives",
"data": [
{
"name": "query",
"value": ""
}
]
}
],
"template": {
"data": [
{
"prompt": "Text of message",
"name": "text",
"value": ""
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment