Created
July 26, 2012 00:19
-
-
Save joestump/3179520 to your computer and use it in GitHub Desktop.
/api/products/{product_id}/items/{item_number}/comments.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment