Skip to content

Instantly share code, notes, and snippets.

@conoro
Created May 28, 2011 20:30
Show Gist options
  • Save conoro/997212 to your computer and use it in GitHub Desktop.
Save conoro/997212 to your computer and use it in GitHub Desktop.
Friends Reviews
<reviews>
<count> #count </count>
<avg_rating>None</avg_rating>
<current_page> #current_page </current_page>
<pages> #num_pages </pages>
<per_page> #per_page </per_page>
<review>
<id> #review_id </id>
<item> #item </item>
<itemurl> #itemurl </itemurl>
<rating> #rating </rating>
<useful_count> #useful_count </useful_count>
<notuseful_count> #notuseful_count </notuseful_count>
<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