Created
July 23, 2014 03:20
-
-
Save Sigmus/de9a31f54eb90e42f45f to your computer and use it in GitHub Desktop.
Collection+JSON document
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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