Created
June 8, 2010 13:39
-
-
Save mikekelly/430011 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(GET /list) | |
<link rel="self" href="/list"> | |
<link rel="description" href="/list/description" /> | |
<link rel="search" href="/list/search/{search_term}" /> | |
<created_at>2010-01-16</created_at> | |
<updated_at>2010-02-21</updated_at> | |
<summary>An example list</summary> | |
<link rel="owner" href="/people/mike"> | |
<name>Mike</name> | |
<age>36</age> | |
</link> | |
<link rel="item" name=1 href="/items/some_item"> | |
<title>Some Item</title> | |
<content>This is some item content</content> | |
</link> | |
<link rel="item" name=2 href="/foo/some_other_item"> | |
<title>Some Other Item</title> | |
<content>This is content for some other item</content> | |
</link> | |
</link> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment