Skip to content

Instantly share code, notes, and snippets.

@conoro
Created May 28, 2011 20:27
Show Gist options
  • Save conoro/997206 to your computer and use it in GitHub Desktop.
Save conoro/997206 to your computer and use it in GitHub Desktop.
User Reviews
<reviews>
<count> #count </count>
<current_page> #current_page </current_page>
<pages> #num_pages </pages>
<per_page> #per_page </per_page>
<user>
<id> #user_id </id>
<name> #display_name </name>
<email> #email_address </email>
<user_name> #user_name </user_name>
</user>
<review>
<id> #review_id </id>
<item> #item </item>
<itemurl> #itemurl </itemurl>
<rating> #rating </rating>
<summary>
#summary
</summary>
<description>
#description
</description>
<dtreviewed>YYYY-MM-DD HH:MM:SS</dtreviewed>
<url>http://www.loudervoice.com/reviews/#review_id</url>
<comment_count>#comment_count</comment_count>
<tags>
<tag>
<name> #tag_name </name>
<url>http://www.loudervoice.com/tags/#tag_name</url>
</tag>
</tags>
</review>
</reviews>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment