Skip to content

Instantly share code, notes, and snippets.

@cerkit
Created March 25, 2014 13:07
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 cerkit/9761458 to your computer and use it in GitHub Desktop.
Save cerkit/9761458 to your computer and use it in GitHub Desktop.
The results from calling /api/AlbumFormat from Chrome
<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