Created
March 25, 2014 13:07
-
-
Save cerkit/9761458 to your computer and use it in GitHub Desktop.
The results from calling /api/AlbumFormat from Chrome
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
<ArrayOfAlbumFormat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RecordKeeper.Portable.Models"> | |
<AlbumFormat> | |
<Description>Compact Disc</Description> | |
<Id>CD</Id> | |
</AlbumFormat> | |
<AlbumFormat> | |
<Description>Vinyl Record</Description> | |
<Id>Record</Id> | |
</AlbumFormat> | |
</ArrayOfAlbumFormat> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment