Skip to content

Instantly share code, notes, and snippets.

@joestump
Created July 26, 2012 00:17
Show Gist options
  • Save joestump/3179510 to your computer and use it in GitHub Desktop.
Save joestump/3179510 to your computer and use it in GitHub Desktop.
/api/products/{product_id}/items/{item_number}/comments.json
[
{
"body": "Refs #285 and #286.\n\n* Mapped out a URL callback for EmailYak.\n* Set up settings, urls, etc. and a stubbed view for EmailYak.\n\nRan into a problem where you have to register every single email address you wish to receive email for. This would result in us having to make an API call for every single item and every single product created in the system. I've emailed the EmailYak guys and am hoping they'll have a fix by next week. This is blocking until then.",
"type": "commit",
"id": 400,
"created_by": {
"first_name": "Joe",
"last_name": "Stump",
"id": 1,
"email": "[email protected]"
}
},
{
"body": "Finished up the work for handling incoming emails to bugs and tasks. Closes #285, #286, #287, and #291. This now requires the [python-transloadit](https://github.com/joestump/python-transloadit) client that I created.",
"type": "commit",
"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