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

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

Comments

Loading...