Created
July 2, 2010 10:39
-
-
Save mikekelly/461200 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
<resource rel="self" href="/list"> | |
<resource rel="description" href="/list/description" /> | |
<resource 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> | |
<resource rel="owner" href="/people/mike"> | |
<name>Mike</name> | |
<age>36</age> | |
</resource> | |
<resource rel="item" name=1 href="/items/some_item"> | |
<title>Some Item</title> | |
<content>This is some item content</content> | |
</resource> | |
<resource rel="item" name=2 href="/foo/some_other_item"> | |
<title>Some Other Item</title> | |
<content>This is content for some other item</content> | |
</resource> | |
</resource> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment