-
-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathpull-request-opened.json
More file actions
428 lines (428 loc) · 23.4 KB
/
Copy pathpull-request-opened.json
File metadata and controls
428 lines (428 loc) · 23.4 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
{
"action": "opened",
"number": 19,
"pull_request": {
"url": "https://api.github.com/repos/nodejs/node/pulls/19",
"id": 70757736,
"html_url": "https://github.com/nodejs/node/pull/19",
"diff_url": "https://github.com/nodejs/node/pull/19.diff",
"patch_url": "https://github.com/nodejs/node/pull/19.patch",
"issue_url": "https://api.github.com/repos/nodejs/node/issues/19",
"number": 19,
"state": "open",
"locked": false,
"title": "Update timers.js",
"user": {
"login": "phillipj",
"id": 1231635,
"avatar_url": "https://avatars.githubusercontent.com/u/1231635?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/phillipj",
"html_url": "https://github.com/phillipj",
"followers_url": "https://api.github.com/users/phillipj/followers",
"following_url": "https://api.github.com/users/phillipj/following{/other_user}",
"gists_url": "https://api.github.com/users/phillipj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/phillipj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/phillipj/subscriptions",
"organizations_url": "https://api.github.com/users/phillipj/orgs",
"repos_url": "https://api.github.com/users/phillipj/repos",
"events_url": "https://api.github.com/users/phillipj/events{/privacy}",
"received_events_url": "https://api.github.com/users/phillipj/received_events",
"type": "User",
"site_admin": false
},
"body": "<!--\r\nThank you for submitting a pull request to Node.js. Before you submit, please\r\nreview below requirements and walk through the checklist. You can 'tick'\r\na box by using the letter \"x\": [x].\r\n\r\nRun the test suite by invoking: `make -j4 lint test` on linux or\r\n`vcbuild test nosign` on Windows.\r\n\r\nIf this aims to fix a regression or you’re adding a feature, make sure you also\r\nwrite a test. Finally – if possible – a benchmark that quantifies your changes.\r\n\r\nFinally, read through our contributors guide and make adjustments as necessary:\r\nhttps://github.com/nodejs/node/blob/master/CONTRIBUTING.md\r\n-->\r\n\r\n##### Checklist\r\n\r\n<!-- remove lines that do not apply to you -->\r\n\r\n- [ ] tests and code linting passes\r\n- [ ] a test and/or benchmark is included\r\n- [ ] documentation is changed or added\r\n- [ ] the commit message follows commit guidelines\r\n\r\n\r\n##### Affected core subsystem(s)\r\n\r\n<!-- provide affected core subsystem(s) (like doc, cluster, crypto, etc) -->\r\n\r\n\r\n##### Description of change\r\n\r\n<!-- provide a description of the change below this comment -->\r\n\r\n",
"created_at": "2016-05-19T20:14:58Z",
"updated_at": "2016-05-19T20:14:58Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": null,
"assignee": null,
"milestone": null,
"commits_url": "https://api.github.com/repos/nodejs/node/pulls/19/commits",
"review_comments_url": "https://api.github.com/repos/nodejs/node/pulls/19/comments",
"review_comment_url": "https://api.github.com/repos/nodejs/node/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/nodejs/node/issues/19/comments",
"statuses_url": "https://api.github.com/repos/nodejs/node/statuses/aae34fdac0caea4e4aa204aeade6a12befe32e73",
"head": {
"label": "nodejs:phillipj-patch-9",
"ref": "phillipj-patch-9",
"sha": "aae34fdac0caea4e4aa204aeade6a12befe32e73",
"user": {
"login": "nodejs",
"id": 7526698,
"avatar_url": "https://avatars.githubusercontent.com/u/7526698?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/nodejs",
"html_url": "https://github.com/nodejs",
"followers_url": "https://api.github.com/users/nodejs/followers",
"following_url": "https://api.github.com/users/nodejs/following{/other_user}",
"gists_url": "https://api.github.com/users/nodejs/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nodejs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nodejs/subscriptions",
"organizations_url": "https://api.github.com/users/nodejs/orgs",
"repos_url": "https://api.github.com/users/nodejs/repos",
"events_url": "https://api.github.com/users/nodejs/events{/privacy}",
"received_events_url": "https://api.github.com/users/nodejs/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 56345864,
"name": "node",
"full_name": "nodejs/node",
"owner": {
"login": "nodejs",
"id": 7526698,
"avatar_url": "https://avatars.githubusercontent.com/u/7526698?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/nodejs",
"html_url": "https://github.com/nodejs",
"followers_url": "https://api.github.com/users/nodejs/followers",
"following_url": "https://api.github.com/users/nodejs/following{/other_user}",
"gists_url": "https://api.github.com/users/nodejs/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nodejs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nodejs/subscriptions",
"organizations_url": "https://api.github.com/users/nodejs/orgs",
"repos_url": "https://api.github.com/users/nodejs/repos",
"events_url": "https://api.github.com/users/nodejs/events{/privacy}",
"received_events_url": "https://api.github.com/users/nodejs/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/nodejs/node",
"description": "Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:",
"fork": true,
"url": "https://api.github.com/repos/nodejs/node",
"forks_url": "https://api.github.com/repos/nodejs/node/forks",
"keys_url": "https://api.github.com/repos/nodejs/node/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/nodejs/node/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/nodejs/node/teams",
"hooks_url": "https://api.github.com/repos/nodejs/node/hooks",
"issue_events_url": "https://api.github.com/repos/nodejs/node/issues/events{/number}",
"events_url": "https://api.github.com/repos/nodejs/node/events",
"assignees_url": "https://api.github.com/repos/nodejs/node/assignees{/user}",
"branches_url": "https://api.github.com/repos/nodejs/node/branches{/branch}",
"tags_url": "https://api.github.com/repos/nodejs/node/tags",
"blobs_url": "https://api.github.com/repos/nodejs/node/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/nodejs/node/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/nodejs/node/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/nodejs/node/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/nodejs/node/statuses/{sha}",
"languages_url": "https://api.github.com/repos/nodejs/node/languages",
"stargazers_url": "https://api.github.com/repos/nodejs/node/stargazers",
"contributors_url": "https://api.github.com/repos/nodejs/node/contributors",
"subscribers_url": "https://api.github.com/repos/nodejs/node/subscribers",
"subscription_url": "https://api.github.com/repos/nodejs/node/subscription",
"commits_url": "https://api.github.com/repos/nodejs/node/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/nodejs/node/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/nodejs/node/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/nodejs/node/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/nodejs/node/contents/{+path}",
"compare_url": "https://api.github.com/repos/nodejs/node/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/nodejs/node/merges",
"archive_url": "https://api.github.com/repos/nodejs/node/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/nodejs/node/downloads",
"issues_url": "https://api.github.com/repos/nodejs/node/issues{/number}",
"pulls_url": "https://api.github.com/repos/nodejs/node/pulls{/number}",
"milestones_url": "https://api.github.com/repos/nodejs/node/milestones{/number}",
"notifications_url": "https://api.github.com/repos/nodejs/node/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/nodejs/node/labels{/name}",
"releases_url": "https://api.github.com/repos/nodejs/node/releases{/id}",
"deployments_url": "https://api.github.com/repos/nodejs/node/deployments",
"created_at": "2016-04-15T19:49:08Z",
"updated_at": "2016-04-15T19:49:21Z",
"pushed_at": "2016-05-19T20:14:54Z",
"git_url": "git://github.com/nodejs/node.git",
"ssh_url": "git@github.com:nodejs/node.git",
"clone_url": "https://github.com/nodejs/node.git",
"svn_url": "https://github.com/nodejs/node",
"homepage": "https://nodejs.org",
"size": 191833,
"stargazers_count": 0,
"watchers_count": 0,
"language": "JavaScript",
"has_issues": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 12,
"forks": 0,
"open_issues": 12,
"watchers": 0,
"default_branch": "master"
}
},
"base": {
"label": "nodejs:master",
"ref": "master",
"sha": "8c48a26459ef47114986e7b136d844053a9172a1",
"user": {
"login": "nodejs",
"id": 7526698,
"avatar_url": "https://avatars.githubusercontent.com/u/7526698?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/nodejs",
"html_url": "https://github.com/nodejs",
"followers_url": "https://api.github.com/users/nodejs/followers",
"following_url": "https://api.github.com/users/nodejs/following{/other_user}",
"gists_url": "https://api.github.com/users/nodejs/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nodejs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nodejs/subscriptions",
"organizations_url": "https://api.github.com/users/nodejs/orgs",
"repos_url": "https://api.github.com/users/nodejs/repos",
"events_url": "https://api.github.com/users/nodejs/events{/privacy}",
"received_events_url": "https://api.github.com/users/nodejs/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 56345864,
"name": "node",
"full_name": "nodejs/node",
"owner": {
"login": "nodejs",
"id": 7526698,
"avatar_url": "https://avatars.githubusercontent.com/u/7526698?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/nodejs",
"html_url": "https://github.com/nodejs",
"followers_url": "https://api.github.com/users/nodejs/followers",
"following_url": "https://api.github.com/users/nodejs/following{/other_user}",
"gists_url": "https://api.github.com/users/nodejs/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nodejs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nodejs/subscriptions",
"organizations_url": "https://api.github.com/users/nodejs/orgs",
"repos_url": "https://api.github.com/users/nodejs/repos",
"events_url": "https://api.github.com/users/nodejs/events{/privacy}",
"received_events_url": "https://api.github.com/users/nodejs/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/nodejs/node",
"description": "Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:",
"fork": true,
"url": "https://api.github.com/repos/nodejs/node",
"forks_url": "https://api.github.com/repos/nodejs/node/forks",
"keys_url": "https://api.github.com/repos/nodejs/node/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/nodejs/node/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/nodejs/node/teams",
"hooks_url": "https://api.github.com/repos/nodejs/node/hooks",
"issue_events_url": "https://api.github.com/repos/nodejs/node/issues/events{/number}",
"events_url": "https://api.github.com/repos/nodejs/node/events",
"assignees_url": "https://api.github.com/repos/nodejs/node/assignees{/user}",
"branches_url": "https://api.github.com/repos/nodejs/node/branches{/branch}",
"tags_url": "https://api.github.com/repos/nodejs/node/tags",
"blobs_url": "https://api.github.com/repos/nodejs/node/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/nodejs/node/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/nodejs/node/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/nodejs/node/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/nodejs/node/statuses/{sha}",
"languages_url": "https://api.github.com/repos/nodejs/node/languages",
"stargazers_url": "https://api.github.com/repos/nodejs/node/stargazers",
"contributors_url": "https://api.github.com/repos/nodejs/node/contributors",
"subscribers_url": "https://api.github.com/repos/nodejs/node/subscribers",
"subscription_url": "https://api.github.com/repos/nodejs/node/subscription",
"commits_url": "https://api.github.com/repos/nodejs/node/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/nodejs/node/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/nodejs/node/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/nodejs/node/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/nodejs/node/contents/{+path}",
"compare_url": "https://api.github.com/repos/nodejs/node/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/nodejs/node/merges",
"archive_url": "https://api.github.com/repos/nodejs/node/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/nodejs/node/downloads",
"issues_url": "https://api.github.com/repos/nodejs/node/issues{/number}",
"pulls_url": "https://api.github.com/repos/nodejs/node/pulls{/number}",
"milestones_url": "https://api.github.com/repos/nodejs/node/milestones{/number}",
"notifications_url": "https://api.github.com/repos/nodejs/node/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/nodejs/node/labels{/name}",
"releases_url": "https://api.github.com/repos/nodejs/node/releases{/id}",
"deployments_url": "https://api.github.com/repos/nodejs/node/deployments",
"created_at": "2016-04-15T19:49:08Z",
"updated_at": "2016-04-15T19:49:21Z",
"pushed_at": "2016-05-19T20:14:54Z",
"git_url": "git://github.com/nodejs/node.git",
"ssh_url": "git@github.com:nodejs/node.git",
"clone_url": "https://github.com/nodejs/node.git",
"svn_url": "https://github.com/nodejs/node",
"homepage": "https://nodejs.org",
"size": 191833,
"stargazers_count": 0,
"watchers_count": 0,
"language": "JavaScript",
"has_issues": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 12,
"forks": 0,
"open_issues": 12,
"watchers": 0,
"default_branch": "master"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/nodejs/node/pulls/19"
},
"html": {
"href": "https://github.com/nodejs/node/pull/19"
},
"issue": {
"href": "https://api.github.com/repos/nodejs/node/issues/19"
},
"comments": {
"href": "https://api.github.com/repos/nodejs/node/issues/19/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/nodejs/node/pulls/19/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/nodejs/node/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/nodejs/node/pulls/19/commits"
},
"statuses": {
"href": "https://api.github.com/repos/nodejs/node/statuses/aae34fdac0caea4e4aa204aeade6a12befe32e73"
}
},
"merged": false,
"mergeable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"commits": 1,
"additions": 1,
"deletions": 1,
"changed_files": 1
},
"repository": {
"id": 56345864,
"name": "node",
"full_name": "nodejs/node",
"owner": {
"login": "nodejs",
"id": 7526698,
"avatar_url": "https://avatars.githubusercontent.com/u/7526698?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/nodejs",
"html_url": "https://github.com/nodejs",
"followers_url": "https://api.github.com/users/nodejs/followers",
"following_url": "https://api.github.com/users/nodejs/following{/other_user}",
"gists_url": "https://api.github.com/users/nodejs/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nodejs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nodejs/subscriptions",
"organizations_url": "https://api.github.com/users/nodejs/orgs",
"repos_url": "https://api.github.com/users/nodejs/repos",
"events_url": "https://api.github.com/users/nodejs/events{/privacy}",
"received_events_url": "https://api.github.com/users/nodejs/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/nodejs/node",
"description": "Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:",
"fork": true,
"url": "https://api.github.com/repos/nodejs/node",
"forks_url": "https://api.github.com/repos/nodejs/node/forks",
"keys_url": "https://api.github.com/repos/nodejs/node/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/nodejs/node/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/nodejs/node/teams",
"hooks_url": "https://api.github.com/repos/nodejs/node/hooks",
"issue_events_url": "https://api.github.com/repos/nodejs/node/issues/events{/number}",
"events_url": "https://api.github.com/repos/nodejs/node/events",
"assignees_url": "https://api.github.com/repos/nodejs/node/assignees{/user}",
"branches_url": "https://api.github.com/repos/nodejs/node/branches{/branch}",
"tags_url": "https://api.github.com/repos/nodejs/node/tags",
"blobs_url": "https://api.github.com/repos/nodejs/node/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/nodejs/node/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/nodejs/node/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/nodejs/node/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/nodejs/node/statuses/{sha}",
"languages_url": "https://api.github.com/repos/nodejs/node/languages",
"stargazers_url": "https://api.github.com/repos/nodejs/node/stargazers",
"contributors_url": "https://api.github.com/repos/nodejs/node/contributors",
"subscribers_url": "https://api.github.com/repos/nodejs/node/subscribers",
"subscription_url": "https://api.github.com/repos/nodejs/node/subscription",
"commits_url": "https://api.github.com/repos/nodejs/node/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/nodejs/node/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/nodejs/node/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/nodejs/node/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/nodejs/node/contents/{+path}",
"compare_url": "https://api.github.com/repos/nodejs/node/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/nodejs/node/merges",
"archive_url": "https://api.github.com/repos/nodejs/node/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/nodejs/node/downloads",
"issues_url": "https://api.github.com/repos/nodejs/node/issues{/number}",
"pulls_url": "https://api.github.com/repos/nodejs/node/pulls{/number}",
"milestones_url": "https://api.github.com/repos/nodejs/node/milestones{/number}",
"notifications_url": "https://api.github.com/repos/nodejs/node/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/nodejs/node/labels{/name}",
"releases_url": "https://api.github.com/repos/nodejs/node/releases{/id}",
"deployments_url": "https://api.github.com/repos/nodejs/node/deployments",
"created_at": "2016-04-15T19:49:08Z",
"updated_at": "2016-04-15T19:49:21Z",
"pushed_at": "2016-05-19T20:14:54Z",
"git_url": "git://github.com/nodejs/node.git",
"ssh_url": "git@github.com:nodejs/node.git",
"clone_url": "https://github.com/nodejs/node.git",
"svn_url": "https://github.com/nodejs/node",
"homepage": "https://nodejs.org",
"size": 191833,
"stargazers_count": 0,
"watchers_count": 0,
"language": "JavaScript",
"has_issues": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 12,
"forks": 0,
"open_issues": 12,
"watchers": 0,
"default_branch": "master"
},
"organization": {
"login": "nodejs",
"id": 7526698,
"url": "https://api.github.com/orgs/nodejs",
"repos_url": "https://api.github.com/orgs/nodejs/repos",
"events_url": "https://api.github.com/orgs/nodejs/events",
"hooks_url": "https://api.github.com/orgs/nodejs/hooks",
"issues_url": "https://api.github.com/orgs/nodejs/issues",
"members_url": "https://api.github.com/orgs/nodejs/members{/member}",
"public_members_url": "https://api.github.com/orgs/nodejs/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/7526698?v=3",
"description": null
},
"sender": {
"login": "phillipj",
"id": 1231635,
"avatar_url": "https://avatars.githubusercontent.com/u/1231635?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/phillipj",
"html_url": "https://github.com/phillipj",
"followers_url": "https://api.github.com/users/phillipj/followers",
"following_url": "https://api.github.com/users/phillipj/following{/other_user}",
"gists_url": "https://api.github.com/users/phillipj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/phillipj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/phillipj/subscriptions",
"organizations_url": "https://api.github.com/users/phillipj/orgs",
"repos_url": "https://api.github.com/users/phillipj/repos",
"events_url": "https://api.github.com/users/phillipj/events{/privacy}",
"received_events_url": "https://api.github.com/users/phillipj/received_events",
"type": "User",
"site_admin": false
}
}