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

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

Comments

Loading...