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:997692
Created May 29, 2011 11:57
Delete Comment
<review>
<once>#number</once>
<hash>#hash</hash>
<review_id> #review </review_id>
<coment_id> #comment </comment_id>
</review>
@conoro
conoro / gist:997694
Created May 29, 2011 11:58
Delete Comment Response
<result>
<status>OK</status>
</result>
<result>
<status>ERROR_AUTH</status>
<message>Authentication or permissions error</message>
</result>
<result>
@conoro
conoro / gist:997695
Created May 29, 2011 11:58
Block User
<user>
<once>#number</once>
<hash>#hash</hash>
<id> #user_id </id>
<email> #email_address </email>
<username> #user_name </username>
</user>
@conoro
conoro / gist:997697
Created May 29, 2011 11:59
Block User Response
<result>
<status>OK</status>
</result>
<result>
<status>ERROR_AUTH</status>
<message>Authentication or permissions error</message>
</result>
<result>
@conoro
conoro / gist:997700
Created May 29, 2011 12:00
Admin Once
<admin>
<once>#once</once>
<hash>#hash</hash>
</admin>
@conoro
conoro / gist:997706
Created May 29, 2011 12:02
Total SignUps
<users>
<once>#number</once>
<count> #count </count>
</users>
@conoro
conoro / gist:997709
Created May 29, 2011 12:02
Total Reviews
<reviews>
<once>#number</once>
<count> #count </count>
</reviews>
@conoro
conoro / gist:997711
Created May 29, 2011 12:03
Total Comments
<comments>
<once>#number</once>
<count> #count </count>
</comments>
@conoro
conoro / gist:997714
Created May 29, 2011 12:04
Total Complaints
<complaints>
<once>#number</once>
<count> #count </count>
</complaints>
@conoro
conoro / gist:997716
Created May 29, 2011 12:04
Complaint Detail
<complaints>
<count> #count </count>
<current_page> #page </current_page>
<pages> #pages </pages>
<per_page> #per_page </per_page>
<complaint>
<review_id> #id </review_id>
<reported_by> #id_of_user </reported_by>
<reported_date> #timedate </reported_date>
</complaint>