Skip to content

Instantly share code, notes, and snippets.

@mvodep
Last active March 2, 2019 07:58
Show Gist options
  • Save mvodep/137dc3f97e5d061dcfe9 to your computer and use it in GitHub Desktop.
Save mvodep/137dc3f97e5d061dcfe9 to your computer and use it in GitHub Desktop.
<order xmlns=″http://schemas.restbucks.com″ xmlns:dap=″http://schemas.restbucks.com/dap″>
<dap:link mediaType=″application/vnd.restbucks+xml″ uri=″http://restbucks.com/order/1234″ rel=″http://relations.restbucks.com/cancel″/>
<dap:link mediaType=″application/vnd.restbucks+xml″ uri=″http://restbucks.com/payment/1234″ rel=″http://relations.restbucks.com/payment″/>
<dap:link mediaType=″application/vnd.restbucks+xml″ uri=″http://restbucks.com/order/1234″ rel=″http://relations.restbucks.com/update″/>
<dap:link mediaType=″application/vnd.restbucks+xml″ uri=″http://restbucks.com/order/1234″ rel=″self″/>
<item>
<milk>semi</milk>
<size>large</size>
<drink>cappuccino</drink>
</item>
<location>takeAway</location>
<cost>2.0</cost>
<status>unpaid</status>
</order>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment