Skip to content

Instantly share code, notes, and snippets.

@joestump
Created July 26, 2012 00:19
Show Gist options
  • Select an option

  • Save joestump/3179520 to your computer and use it in GitHub Desktop.

Select an option

Save joestump/3179520 to your computer and use it in GitHub Desktop.
/api/products/{product_id}/items/{item_number}/comments.json
{
"body": "These mockups look amazing. However, I think we should make the running guy glow when the AJAX queries are running instead of the 'Working...' header we have.",
"type": "comment",
"id": 445,
"created_by": {
"first_name": "Joe",
"last_name": "Stump",
"id": 1,
"email": "joe@joestump.net"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment