Skip to content

Instantly share code, notes, and snippets.

@glennblock
Created January 8, 2012 05:20
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 glennblock/1577326 to your computer and use it in GitHub Desktop.
Save glennblock/1577326 to your computer and use it in GitHub Desktop.
Web Api - Contact media type
<?xml version="1.0" encoding="utf-8" ?>
<Root>
<Contacts href=".">
<Contact href=".">
<Name>Mike Amundsen</Name>
<Address>123 Any Street</Address>
<City>Erlanger</City>
<State>Kentucky</State>
<Zip>41018</Zip>
<Email>mca@mamund.com</Email>
<Twitter>
<Tweets href="."/>
<DM href="."/>
<Mention href="."/>
</Twitter>
</Contact>
</Contacts>
<Queries>
<Query name="query-twitter-contacts" href="."/>
<Query name="query-search" href=".">
<Name/>
<City/>
<State/>
</Query>
</Queries>
<Response>
</Response>
</Root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment