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

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

Comments

Loading...