forked from sigmavirus24/github3.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissue_assigned_event_example
More file actions
65 lines (65 loc) · 3.26 KB
/
Copy pathissue_assigned_event_example
File metadata and controls
65 lines (65 loc) · 3.26 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"id": 186998693,
"url": "https://api.github.com/repos/sigmavirus24/github3.py/issues/events/186998693",
"actor": {
"login": "sigmavirus24",
"id": 240830,
"avatar_url": "https://avatars3.githubusercontent.com/u/240830?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sigmavirus24",
"html_url": "https://github.com/sigmavirus24",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_url": "https://api.github.com/users/sigmavirus24/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sigmavirus24/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sigmavirus24/subscriptions",
"organizations_url": "https://api.github.com/users/sigmavirus24/orgs",
"repos_url": "https://api.github.com/users/sigmavirus24/repos",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"received_events_url": "https://api.github.com/users/sigmavirus24/received_events",
"type": "User",
"site_admin": false
},
"event": "assigned",
"commit_id": null,
"commit_url": null,
"created_at": "2014-11-01T23:36:13Z",
"assignee": {
"login": "sigmavirus24",
"id": 240830,
"avatar_url": "https://avatars3.githubusercontent.com/u/240830?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sigmavirus24",
"html_url": "https://github.com/sigmavirus24",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_url": "https://api.github.com/users/sigmavirus24/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sigmavirus24/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sigmavirus24/subscriptions",
"organizations_url": "https://api.github.com/users/sigmavirus24/orgs",
"repos_url": "https://api.github.com/users/sigmavirus24/repos",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"received_events_url": "https://api.github.com/users/sigmavirus24/received_events",
"type": "User",
"site_admin": false
},
"assigner": {
"login": "sigmavirus24",
"id": 240830,
"avatar_url": "https://avatars3.githubusercontent.com/u/240830?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sigmavirus24",
"html_url": "https://github.com/sigmavirus24",
"followers_url": "https://api.github.com/users/sigmavirus24/followers",
"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}",
"gists_url": "https://api.github.com/users/sigmavirus24/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sigmavirus24/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sigmavirus24/subscriptions",
"organizations_url": "https://api.github.com/users/sigmavirus24/orgs",
"repos_url": "https://api.github.com/users/sigmavirus24/repos",
"events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}",
"received_events_url": "https://api.github.com/users/sigmavirus24/received_events",
"type": "User",
"site_admin": false
}
}