Created
September 6, 2011 19:29
-
-
Save mikekelly/1198706 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 href="documents/123/versions" xmlns="http://hal.schema.huddle.net/2011/02/"> | |
| <link rel="parent" href="documents/123" /> | |
| <resource rel="documentVersion" title="a new title" href="documents/123/versions#543"> | |
| <link rel="content" href="..." /> | |
| <link rel="thumb" href="..." /> | |
| <resource title="Barry Potter" rel="updated-by actor" href="..."> | |
| <link rel="avatar" href="..." type="image/jpg" /> | |
| <link rel="alternate" href="..." type="text/html" /> | |
| </resource> | |
| <description>a new description!!!!</description> | |
| <size>445645648</size> | |
| <version>2</version> | |
| <created>2011-02-15T09:43:17Z</created> | |
| <updated>2011-02-19T14:28:04Z</updated> | |
| </resource> | |
| <resource rel="documentVersion" title="an old title" href="documents/123/versions#432"> | |
| <link rel="content" href="..." /> | |
| <link rel="thumb" href="..." /> | |
| <resource title="Peter Gibson" rel="updated-by actor" href="..."> | |
| <link rel="avatar" href="..." type="image/jpg" /> | |
| <link rel="alternate" href="..." type="text/html" /> | |
| </resource> | |
| <size>445645648</size> | |
| <version>1</version> | |
| <created>2011-02-15T09:43:17Z</created> | |
| <updated>2011-02-15T09:43:17Z</updated> | |
| </resource> | |
| </resource> |
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
| <versionHistory xmlns="http://schema.huddle.net/2011/02/"> | |
| <link rel="self" href="documents/123/versions" /> | |
| <link rel="parent" href="documents/123" /> | |
| <documentVersion title="a new title" description="a new description!!!!"> | |
| <link rel="self" href="documents/123/versions#543" /> | |
| <link rel="content" href="..." /> | |
| <link rel="thumb" href="..." /> | |
| <actor name="Barry Potter" rel="updated-by"> | |
| <link rel="self" href="..." /> | |
| <link rel="avatar" href="..." type="image/jpg" /> | |
| <link rel="alternate" href="..." type="text/html" /> | |
| </actor> | |
| <size>445645648</size> | |
| <version>2</version> | |
| <created>2011-02-15T09:43:17Z</created> | |
| <updated>2011-02-19T14:28:04Z</updated> | |
| </documentVersion> | |
| <documentVersion title="an old title"> | |
| <link rel="self" href="documents/123/versions#432" /> | |
| <link rel="content" href="..." /> | |
| <link rel="thumb" href="..." /> | |
| <actor name="Peter Gibson" rel="updated-by"> | |
| <link rel="self" href="..." /> | |
| <link rel="avatar" href="..." type="image/jpg" /> | |
| <link rel="alternate" href="..." type="text/html" /> | |
| </actor> | |
| <size>445645648</size> | |
| <version>1</version> | |
| <created>2011-02-15T09:43:17Z</created> | |
| <updated>2011-02-15T09:43:17Z</updated> | |
| </documentVersion> | |
| </versionHistory> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The top is an example of how google's huddle api could be represented with hal