Skip to content

Instantly share code, notes, and snippets.

@mikekelly
Created June 8, 2010 13:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mikekelly/430011 to your computer and use it in GitHub Desktop.
(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