forked from sigmavirus24/github3.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgist_comment_example
More file actions
28 lines (28 loc) · 1.69 KB
/
Copy pathgist_comment_example
File metadata and controls
28 lines (28 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"author_association": "OWNER",
"body": "I was using curl, but this is awesome, too :)\r\n\r\n`curl -u <username> -XDELETE https://api.github.com/gists/<gist_id>/comments/<comment_id>`",
"body_html": "I was using curl, but this is awesome, too",
"body_text": "I was using curl, but this is awesome, too",
"created_at": "2012-12-17T19:56:05Z",
"id": 655725,
"updated_at": "2012-12-17T19:56:05Z",
"url": "https://api.github.com/gists/4321394/comments/655725",
"user": {
"avatar_url": "https://secure.gravatar.com/avatar/d57aec10399cbb252bd890c2bb3fe1c9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"events_url": "https://api.github.com/users/bradmontgomery/events{/privacy}",
"followers_url": "https://api.github.com/users/bradmontgomery/followers",
"following_url": "https://api.github.com/users/bradmontgomery/following{/other_user}",
"gists_url": "https://api.github.com/users/bradmontgomery/gists{/gist_id}",
"gravatar_id": "d57aec10399cbb252bd890c2bb3fe1c9",
"html_url": "https://github.com/bradmontgomery",
"id": 103113,
"login": "bradmontgomery",
"organizations_url": "https://api.github.com/users/bradmontgomery/orgs",
"received_events_url": "https://api.github.com/users/bradmontgomery/received_events",
"repos_url": "https://api.github.com/users/bradmontgomery/repos",
"starred_url": "https://api.github.com/users/bradmontgomery/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bradmontgomery/subscriptions",
"type": "User",
"url": "https://api.github.com/users/bradmontgomery"
}
}