Created
March 13, 2013 17:49
-
-
Save joshlong/5154481 to your computer and use it in GitHub Desktop.
content negotiation in XML
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
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
| <user | |
| username="josh@joshlong.com" | |
| signupDate="2013-02-21T23:38:30.936-08:00" | |
| profilePhotoImported="true" | |
| password="myPassword" | |
| lastName="Long" | |
| importedFromServiceProvider="true" | |
| id="58" | |
| firstName="Josh" | |
| enabled="true" | |
| /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment