Last active
December 15, 2015 15:19
-
-
Save Ficik/5280871 to your computer and use it in GitHub Desktop.
w20-6-atompub
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
| <?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