Skip to content

Instantly share code, notes, and snippets.

@conoro
Created May 28, 2011 20:28
Show Gist options
  • Save conoro/997207 to your computer and use it in GitHub Desktop.
Save conoro/997207 to your computer and use it in GitHub Desktop.
User Comments
<comments>
<count> #count </count>
<current_page> #page </current_page>
<pages> #num_pages </pages>
<user>
<id> #user_id </id>
<name> #display_name </name>
<email> #email_address </email>
<user_name> #user_name </user_name>
</user>
<comment>
<id> #comment_id </id>
<body> #comment </body>
</comment>
</comments>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment