Skip to content

Instantly share code, notes, and snippets.

@darrelmiller
Created June 29, 2012 15:24
Show Gist options
  • Save darrelmiller/3018588 to your computer and use it in GitHub Desktop.
Save darrelmiller/3018588 to your computer and use it in GitHub Desktop.
Xml Hal version of Mnot's json-problem example
<resource href="/ErrorLog/2323234">
<resource rel="http://example.com/probs/out-of-credit" ref="/ErrorLog/2323234/details">
<title>"You do not have enough credits."</title>
<detail>"Your current balance is 30, but that costs 50."</title>
<balance>30</balance>
<account>http://api.example.com/account/12345</account>
</resource>
</resource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment