Skip to content

Instantly share code, notes, and snippets.

@mikekelly
Created April 7, 2012 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikekelly/2331449 to your computer and use it in GitHub Desktop.
Save mikekelly/2331449 to your computer and use it in GitHub Desktop.
events
<resource href="/">
<link rel="events" href="...">
</resource>
<resource href="/events">
<resource rel="event app-save" href="...">
<link rel="application" href="http://myorg.com/apps/photoshop" />
<link rel="file" href="..." />
</resource>
<resource rel="event add-image" href="...">
<link rel="application" href="http://myorg.com/apps/word" />
<link rel="file" href="..." />
<some-event-info>blabla</some-event-info>
</resource>
</resource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment