Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

pull_request.assigned.payload.json 30 KB

You have to be logged in to leave a comment. Sign In
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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
  1. {
  2. "action": "assigned",
  3. "number": 2,
  4. "pull_request": {
  5. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2",
  6. "id": 2,
  7. "node_id": "MDExOlB1bGxSZXF1ZXN0Mg==",
  8. "html_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2",
  9. "diff_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2.diff",
  10. "patch_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2.patch",
  11. "issue_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2",
  12. "number": 2,
  13. "state": "open",
  14. "locked": false,
  15. "title": "Update the README with new information.",
  16. "user": {
  17. "login": "Codertocat",
  18. "id": 4,
  19. "node_id": "MDQ6VXNlcjQ=",
  20. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  21. "gravatar_id": "",
  22. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  23. "html_url": "https://octocoders.github.io/Codertocat",
  24. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  25. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  26. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  27. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  28. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  29. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  30. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  31. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  32. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  33. "type": "User",
  34. "site_admin": false
  35. },
  36. "body": "This is a pretty simple change that we need to pull into master.",
  37. "created_at": "2019-05-15T19:38:02Z",
  38. "updated_at": "2019-05-15T19:38:02Z",
  39. "closed_at": null,
  40. "merged_at": null,
  41. "merge_commit_sha": "e67e14475991deeb61cc1999c3bf9db333ac0d5f",
  42. "assignee": null,
  43. "assignees": [
  44. {
  45. "login": "Codertocat",
  46. "id": 4,
  47. "node_id": "MDQ6VXNlcjQ=",
  48. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  49. "gravatar_id": "",
  50. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  51. "html_url": "https://octocoders.github.io/Codertocat",
  52. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  53. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  54. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  55. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  56. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  57. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  58. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  59. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  60. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  61. "type": "User",
  62. "site_admin": false
  63. }
  64. ],
  65. "requested_reviewers": [
  66. ],
  67. "requested_teams": [
  68. ],
  69. "labels": [
  70. ],
  71. "milestone": null,
  72. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/commits",
  73. "review_comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/comments",
  74. "review_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/comments{/number}",
  75. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2/comments",
  76. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/14977a7b5485400124827221a04bfb474bcd72d1",
  77. "head": {
  78. "label": "Codertocat:changes",
  79. "ref": "changes",
  80. "sha": "14977a7b5485400124827221a04bfb474bcd72d1",
  81. "user": {
  82. "login": "Codertocat",
  83. "id": 4,
  84. "node_id": "MDQ6VXNlcjQ=",
  85. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  86. "gravatar_id": "",
  87. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  88. "html_url": "https://octocoders.github.io/Codertocat",
  89. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  90. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  91. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  92. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  93. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  94. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  95. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  96. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  97. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  98. "type": "User",
  99. "site_admin": false
  100. },
  101. "repo": {
  102. "id": 118,
  103. "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
  104. "name": "Hello-World",
  105. "full_name": "Codertocat/Hello-World",
  106. "private": false,
  107. "owner": {
  108. "login": "Codertocat",
  109. "id": 4,
  110. "node_id": "MDQ6VXNlcjQ=",
  111. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  112. "gravatar_id": "",
  113. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  114. "html_url": "https://octocoders.github.io/Codertocat",
  115. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  116. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  117. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  118. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  119. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  120. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  121. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  122. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  123. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  124. "type": "User",
  125. "site_admin": false
  126. },
  127. "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
  128. "description": null,
  129. "fork": false,
  130. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
  131. "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
  132. "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
  133. "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
  134. "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
  135. "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
  136. "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
  137. "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
  138. "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
  139. "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
  140. "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
  141. "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
  142. "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
  143. "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
  144. "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
  145. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
  146. "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
  147. "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
  148. "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
  149. "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
  150. "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
  151. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
  152. "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
  153. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
  154. "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
  155. "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
  156. "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
  157. "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
  158. "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
  159. "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
  160. "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
  161. "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
  162. "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
  163. "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
  164. "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
  165. "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
  166. "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
  167. "created_at": "2019-05-15T19:37:07Z",
  168. "updated_at": "2019-05-15T19:37:10Z",
  169. "pushed_at": "2019-05-15T19:38:03Z",
  170. "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
  171. "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
  172. "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
  173. "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
  174. "homepage": null,
  175. "size": 0,
  176. "stargazers_count": 0,
  177. "watchers_count": 0,
  178. "language": null,
  179. "has_issues": true,
  180. "has_projects": true,
  181. "has_downloads": true,
  182. "has_wiki": true,
  183. "has_pages": true,
  184. "forks_count": 0,
  185. "mirror_url": null,
  186. "archived": false,
  187. "disabled": false,
  188. "open_issues_count": 2,
  189. "license": null,
  190. "forks": 0,
  191. "open_issues": 2,
  192. "watchers": 0,
  193. "default_branch": "master"
  194. }
  195. },
  196. "base": {
  197. "label": "Codertocat:master",
  198. "ref": "master",
  199. "sha": "78a96099c3f442d7f6e8d1a7d07090091993e65a",
  200. "user": {
  201. "login": "Codertocat",
  202. "id": 4,
  203. "node_id": "MDQ6VXNlcjQ=",
  204. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  205. "gravatar_id": "",
  206. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  207. "html_url": "https://octocoders.github.io/Codertocat",
  208. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  209. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  210. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  211. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  212. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  213. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  214. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  215. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  216. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  217. "type": "User",
  218. "site_admin": false
  219. },
  220. "repo": {
  221. "id": 118,
  222. "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
  223. "name": "Hello-World",
  224. "full_name": "Codertocat/Hello-World",
  225. "private": false,
  226. "owner": {
  227. "login": "Codertocat",
  228. "id": 4,
  229. "node_id": "MDQ6VXNlcjQ=",
  230. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  231. "gravatar_id": "",
  232. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  233. "html_url": "https://octocoders.github.io/Codertocat",
  234. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  235. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  236. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  237. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  238. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  239. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  240. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  241. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  242. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  243. "type": "User",
  244. "site_admin": false
  245. },
  246. "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
  247. "description": null,
  248. "fork": false,
  249. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
  250. "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
  251. "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
  252. "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
  253. "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
  254. "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
  255. "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
  256. "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
  257. "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
  258. "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
  259. "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
  260. "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
  261. "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
  262. "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
  263. "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
  264. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
  265. "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
  266. "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
  267. "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
  268. "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
  269. "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
  270. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
  271. "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
  272. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
  273. "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
  274. "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
  275. "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
  276. "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
  277. "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
  278. "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
  279. "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
  280. "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
  281. "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
  282. "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
  283. "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
  284. "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
  285. "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
  286. "created_at": "2019-05-15T19:37:07Z",
  287. "updated_at": "2019-05-15T19:37:10Z",
  288. "pushed_at": "2019-05-15T19:38:03Z",
  289. "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
  290. "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
  291. "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
  292. "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
  293. "homepage": null,
  294. "size": 0,
  295. "stargazers_count": 0,
  296. "watchers_count": 0,
  297. "language": null,
  298. "has_issues": true,
  299. "has_projects": true,
  300. "has_downloads": true,
  301. "has_wiki": true,
  302. "has_pages": true,
  303. "forks_count": 0,
  304. "mirror_url": null,
  305. "archived": false,
  306. "disabled": false,
  307. "open_issues_count": 2,
  308. "license": null,
  309. "forks": 0,
  310. "open_issues": 2,
  311. "watchers": 0,
  312. "default_branch": "master"
  313. }
  314. },
  315. "_links": {
  316. "self": {
  317. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2"
  318. },
  319. "html": {
  320. "href": "https://octocoders.github.io/Codertocat/Hello-World/pull/2"
  321. },
  322. "issue": {
  323. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2"
  324. },
  325. "comments": {
  326. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2/comments"
  327. },
  328. "review_comments": {
  329. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/comments"
  330. },
  331. "review_comment": {
  332. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/comments{/number}"
  333. },
  334. "commits": {
  335. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/commits"
  336. },
  337. "statuses": {
  338. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/14977a7b5485400124827221a04bfb474bcd72d1"
  339. }
  340. },
  341. "author_association": "OWNER",
  342. "draft": false,
  343. "merged": false,
  344. "mergeable": true,
  345. "rebaseable": true,
  346. "mergeable_state": "clean",
  347. "merged_by": null,
  348. "comments": 0,
  349. "review_comments": 0,
  350. "maintainer_can_modify": false,
  351. "commits": 1,
  352. "additions": 1,
  353. "deletions": 1,
  354. "changed_files": 1
  355. },
  356. "assignee": {
  357. "login": "Codertocat",
  358. "id": 4,
  359. "node_id": "MDQ6VXNlcjQ=",
  360. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  361. "gravatar_id": "",
  362. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  363. "html_url": "https://octocoders.github.io/Codertocat",
  364. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  365. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  366. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  367. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  368. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  369. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  370. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  371. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  372. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  373. "type": "User",
  374. "site_admin": false
  375. },
  376. "repository": {
  377. "id": 118,
  378. "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
  379. "name": "Hello-World",
  380. "full_name": "Codertocat/Hello-World",
  381. "private": false,
  382. "owner": {
  383. "login": "Codertocat",
  384. "id": 4,
  385. "node_id": "MDQ6VXNlcjQ=",
  386. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  387. "gravatar_id": "",
  388. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  389. "html_url": "https://octocoders.github.io/Codertocat",
  390. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  391. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  392. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  393. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  394. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  395. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  396. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  397. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  398. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  399. "type": "User",
  400. "site_admin": false
  401. },
  402. "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
  403. "description": null,
  404. "fork": false,
  405. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
  406. "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
  407. "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
  408. "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
  409. "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
  410. "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
  411. "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
  412. "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
  413. "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
  414. "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
  415. "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
  416. "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
  417. "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
  418. "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
  419. "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
  420. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
  421. "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
  422. "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
  423. "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
  424. "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
  425. "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
  426. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
  427. "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
  428. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
  429. "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
  430. "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
  431. "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
  432. "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
  433. "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
  434. "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
  435. "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
  436. "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
  437. "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
  438. "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
  439. "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
  440. "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
  441. "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
  442. "created_at": "2019-05-15T19:37:07Z",
  443. "updated_at": "2019-05-15T19:37:10Z",
  444. "pushed_at": "2019-05-15T19:38:03Z",
  445. "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
  446. "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
  447. "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
  448. "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
  449. "homepage": null,
  450. "size": 0,
  451. "stargazers_count": 0,
  452. "watchers_count": 0,
  453. "language": null,
  454. "has_issues": true,
  455. "has_projects": true,
  456. "has_downloads": true,
  457. "has_wiki": true,
  458. "has_pages": true,
  459. "forks_count": 0,
  460. "mirror_url": null,
  461. "archived": false,
  462. "disabled": false,
  463. "open_issues_count": 2,
  464. "license": null,
  465. "forks": 0,
  466. "open_issues": 2,
  467. "watchers": 0,
  468. "default_branch": "master"
  469. },
  470. "enterprise": {
  471. "id": 1,
  472. "slug": "github",
  473. "name": "GitHub",
  474. "node_id": "MDg6QnVzaW5lc3Mx",
  475. "avatar_url": "https://octocoders.github.io/avatars/b/1?",
  476. "description": null,
  477. "website_url": null,
  478. "html_url": "https://octocoders.github.io/businesses/github",
  479. "created_at": "2019-05-14T19:31:12Z",
  480. "updated_at": "2019-05-14T19:31:12Z"
  481. },
  482. "sender": {
  483. "login": "Codertocat",
  484. "id": 4,
  485. "node_id": "MDQ6VXNlcjQ=",
  486. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  487. "gravatar_id": "",
  488. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  489. "html_url": "https://octocoders.github.io/Codertocat",
  490. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  491. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  492. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  493. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  494. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  495. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  496. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  497. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  498. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  499. "type": "User",
  500. "site_admin": false
  501. },
  502. "installation": {
  503. "id": 5,
  504. "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uNQ=="
  505. }
  506. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...