Created
June 29, 2012 15:24
-
-
Save darrelmiller/3018588 to your computer and use it in GitHub Desktop.
Xml Hal version of Mnot's json-problem example
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
<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