Skip to content

Instantly share code, notes, and snippets.

View conoro's full-sized avatar

Conor O'Neill conoro

View GitHub Profile
@conoro
conoro / gist:997126
Created May 28, 2011 19:08
XML Test GIST
<review>
<id>1234567</id>
<item>Item Name</item>
<itemurl>http://music.loudermusic.net/item.html</itemurl>
<rating>5</rating>
<summary>Here is the summary (escaped html)</summary>
<description>Here is the description (escaped html)</description>
<dtreviewed>2006-09-19T13:33:00</dtreviewed>
<url>http://www.loudervoice.com/reviews/1234567/</url>
<positive_count>5</positive_count>
@conoro
conoro / gist:997158
Created May 28, 2011 19:51
Review Comments
<comments>
<count>1</count>
<current_page>1</current_page>
<pages>1</pages>
<per_page>10</per_page>
<review_id>1234567</review_id>
<comment>
<commentid>654321</commentid>
<author>
<id>111</id>
@conoro
conoro / gist:997159
Created May 28, 2011 19:53
Related Reviews
<reviews>
<count>1</count>
<current_page>1</current_page>
<pages>1</pages>
<per_page>10</per_page>
<related_id>654321</related_id>
<review>
<id>1234567</id>
<item>Item Name</item>
<itemurl>http://example.com/item.html</itemurl>
@conoro
conoro / gist:997160
Created May 28, 2011 19:54
Create Review
<review>
<item>Item Name</item>
<itemurl>http://music.loudermusic.net/item.html</itemurl>
<rating>5</rating>
<description>Here is the description</description>
<email_address>reviewer3337654</email_address>
<password>876567676</password>
<tags>
<tag>
<name>test</name>
@conoro
conoro / gist:997162
Created May 28, 2011 19:54
Review Tags
<tags>
<tag>
<name>test</name>
<url>http://www.loudervoice.com/tags/test</url>
</tag>
<tag>
<name>tag%20with%20spaces</name>
<url>http://www.loudervoice.com/tags/tag%20with%20spaces</url>
</tag>
</tags>
@conoro
conoro / gist:997163
Created May 28, 2011 19:55
Machine Tags
<tag>
<name>music%3Aartist%3DThe%20Doors</name>
<url>http://www.loudervoice.com/tags/music%3Aartist%3DThe%20Doors</url>
</tag>
<tag>
<name>music%3Atrack%3DLA%20Woman</name>
<url>http://www.loudervoice.com/tags/music%3Atrack%3DLA%20Woman</url>
</tag>
@conoro
conoro / gist:997166
Created May 28, 2011 19:57
Datetime
<tag>
<name>music%3Areleased%3D2008-04-10T09%3A30%3A05%2B01</name>
<url>http://www.loudervoice.com/tags/music%3Areleased%3D2008-04-10T09%3A30%3A05%2B01</url>
</tag>
@conoro
conoro / gist:997169
Created May 28, 2011 19:58
Recent Reviews
<reviews>
<count> #count </count>
<avg_rating> #average </avg_rating>
<current_page> #page </current_page>
<pages> #num_pages </pages>
<per_page> #per_page </per_page>
<review>
<id> #review_id </id>
<item> #item </item>
<itemurl> #itemurl </itemurl>
@conoro
conoro / gist:997187
Created May 28, 2011 20:10
All Recent Reviews
<reviews>
<count> #count </count>
<avg_rating> #average </avg_rating>
<current_page> #page </current_page>
<pages> #num_pages </pages>
<per_page> #per_page </per_page>
<review>
<id> #review_id </id>
<item> #item </item>
<itemurl> #itemurl </itemurl>
@conoro
conoro / gist:997189
Created May 28, 2011 20:11
Popular Reviews
<reviews>
<count> #count </count>
<avg_rating> #average </avg_rating>
<current_page> #page </current_page>
<pages> #num_pages </pages>
<per_page> #per_page </per_page>
<review>
<id> #review_id </id>
<item> #item </item>
<itemurl> #itemurl </itemurl>