Skip to content

Instantly share code, notes, and snippets.

@Ficik
Last active December 15, 2015 15:19
Show Gist options
  • Select an option

  • Save Ficik/5280871 to your computer and use it in GitHub Desktop.

Select an option

Save Ficik/5280871 to your computer and use it in GitHub Desktop.
w20-6-atompub
<?xml version="1.0" ?>
<app:service
xmlns="http://www.w3.org/2005/Atom"
xmlns:app="http://www.w3.org/2007/app"
xmlns:metadata="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
xmlns:data="http://schemas.microsoft.com/ado/2007/08/dataservices">
<app:workspace href="http://store.it/users/432/albums/">
<title>Peter Novak's albums</title>
<app:collection href="http://store.it/users/432/albums/635/">
<title>Trip to Prague></title>
<author>Peter Novak</author>
<entry>
<title>Prague Castle</title>
<content type="image/jpeg" src="http://store.it/users/432/albums/635/photos/prague-castle.jpg" />
<metadata:properties>
<data:Rating metadata:type="Edm.Int32">5</data:Rating>
</metadata:properties>
</entry>
<entry>
...
</entry>
</app:collection>
</app:workspace>
</app:service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment