Skip to content

Instantly share code, notes, and snippets.

@cgcardona
Created March 2, 2014 03:31
Show Gist options
  • Save cgcardona/9301486 to your computer and use it in GitHub Desktop.
Save cgcardona/9301486 to your computer and use it in GitHub Desktop.
// Request
// GET http://www.gitcoin.co/api/v1/donation_comments.json
// Response
{
"status":"success",
"data": [
{
"created_at":"2014-01-30T17:26:35Z",
"id":24,
"message":"i cant figure out how to upload a profile photo?",
"message_sender_id":10,
"privacy_level":"public",
"title":"?",
"unread":false,
"updated_at":"2014-01-30T17:26:36Z"
},
{
"created_at":"2014-01-25T21:50:03Z",
"id":15,
"message":"thank you so much",
"message_sender_id":20,
"privacy_level":"public",
"title":"hi",
"unread":false,
"updated_at":"2014-01-27T19:44:03Z"
},
{
"created_at":"2014-01-23T17:35:36Z",
"id":10,
"message":"I've updated the donation form after several people including you noted that I should add the ability to donate in either $ or BTC.\r\n\r\nCheck it out and let me know what you think.",
"message_sender_id":2,
"privacy_level":"public",
"title":"Added per your request",
"unread":false,
"updated_at":"2014-01-28T01:01:15Z"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment