-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathgithub_mock_data.json
More file actions
285 lines (285 loc) · 15.3 KB
/
Copy pathgithub_mock_data.json
File metadata and controls
285 lines (285 loc) · 15.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
{
"id": 212772850,
"node_id": "MDEwOlJlcG9zaXRvcnkyMTI3NzI4NTA=",
"name": "fetchcode",
"full_name": "TG1999/fetchcode",
"private": false,
"owner": {
"login": "TG1999",
"id": 34160672,
"node_id": "MDQ6VXNlcjM0MTYwNjcy",
"avatar_url": "https://avatars0.githubusercontent.com/u/34160672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TG1999",
"html_url": "https://github.com/TG1999",
"followers_url": "https://api.github.com/users/TG1999/followers",
"following_url": "https://api.github.com/users/TG1999/following{/other_user}",
"gists_url": "https://api.github.com/users/TG1999/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TG1999/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TG1999/subscriptions",
"organizations_url": "https://api.github.com/users/TG1999/orgs",
"repos_url": "https://api.github.com/users/TG1999/repos",
"events_url": "https://api.github.com/users/TG1999/events{/privacy}",
"received_events_url": "https://api.github.com/users/TG1999/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/TG1999/fetchcode",
"description": "A library to reliabbly fetch code via HTTP, FTP and version control systems. ",
"fork": true,
"url": "https://api.github.com/repos/TG1999/fetchcode",
"forks_url": "https://api.github.com/repos/TG1999/fetchcode/forks",
"keys_url": "https://api.github.com/repos/TG1999/fetchcode/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/TG1999/fetchcode/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/TG1999/fetchcode/teams",
"hooks_url": "https://api.github.com/repos/TG1999/fetchcode/hooks",
"issue_events_url": "https://api.github.com/repos/TG1999/fetchcode/issues/events{/number}",
"events_url": "https://api.github.com/repos/TG1999/fetchcode/events",
"assignees_url": "https://api.github.com/repos/TG1999/fetchcode/assignees{/user}",
"branches_url": "https://api.github.com/repos/TG1999/fetchcode/branches{/branch}",
"tags_url": "https://api.github.com/repos/TG1999/fetchcode/tags",
"blobs_url": "https://api.github.com/repos/TG1999/fetchcode/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/TG1999/fetchcode/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/TG1999/fetchcode/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/TG1999/fetchcode/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/TG1999/fetchcode/statuses/{sha}",
"languages_url": "https://api.github.com/repos/TG1999/fetchcode/languages",
"stargazers_url": "https://api.github.com/repos/TG1999/fetchcode/stargazers",
"contributors_url": "https://api.github.com/repos/TG1999/fetchcode/contributors",
"subscribers_url": "https://api.github.com/repos/TG1999/fetchcode/subscribers",
"subscription_url": "https://api.github.com/repos/TG1999/fetchcode/subscription",
"commits_url": "https://api.github.com/repos/TG1999/fetchcode/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/TG1999/fetchcode/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/TG1999/fetchcode/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/TG1999/fetchcode/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/TG1999/fetchcode/contents/{+path}",
"compare_url": "https://api.github.com/repos/TG1999/fetchcode/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/TG1999/fetchcode/merges",
"archive_url": "https://api.github.com/repos/TG1999/fetchcode/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/TG1999/fetchcode/downloads",
"issues_url": "https://api.github.com/repos/TG1999/fetchcode/issues{/number}",
"pulls_url": "https://api.github.com/repos/TG1999/fetchcode/pulls{/number}",
"milestones_url": "https://api.github.com/repos/TG1999/fetchcode/milestones{/number}",
"notifications_url": "https://api.github.com/repos/TG1999/fetchcode/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/TG1999/fetchcode/labels{/name}",
"releases_url": "https://api.github.com/repos/TG1999/fetchcode/releases{/id}",
"deployments_url": "https://api.github.com/repos/TG1999/fetchcode/deployments",
"created_at": "2019-10-04T08:48:12Z",
"updated_at": "2020-07-26T18:23:42Z",
"pushed_at": "2020-08-21T07:06:42Z",
"git_url": "git://github.com/TG1999/fetchcode.git",
"ssh_url": "[email protected]:TG1999/fetchcode.git",
"clone_url": "https://github.com/TG1999/fetchcode.git",
"svn_url": "https://github.com/TG1999/fetchcode",
"homepage": null,
"size": 1461,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": null,
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "master",
"temp_clone_token": null,
"parent": {
"id": 212758597,
"node_id": "MDEwOlJlcG9zaXRvcnkyMTI3NTg1OTc=",
"name": "fetchcode",
"full_name": "nexB/fetchcode",
"private": false,
"owner": {
"login": "nexB",
"id": 10789967,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzg5OTY3",
"avatar_url": "https://avatars3.githubusercontent.com/u/10789967?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nexB",
"html_url": "https://github.com/nexB",
"followers_url": "https://api.github.com/users/nexB/followers",
"following_url": "https://api.github.com/users/nexB/following{/other_user}",
"gists_url": "https://api.github.com/users/nexB/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nexB/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nexB/subscriptions",
"organizations_url": "https://api.github.com/users/nexB/orgs",
"repos_url": "https://api.github.com/users/nexB/repos",
"events_url": "https://api.github.com/users/nexB/events{/privacy}",
"received_events_url": "https://api.github.com/users/nexB/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/nexB/fetchcode",
"description": "A library to reliabbly fetch code via HTTP, FTP and version control systems. ",
"fork": false,
"url": "https://api.github.com/repos/nexB/fetchcode",
"forks_url": "https://api.github.com/repos/nexB/fetchcode/forks",
"keys_url": "https://api.github.com/repos/nexB/fetchcode/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/nexB/fetchcode/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/nexB/fetchcode/teams",
"hooks_url": "https://api.github.com/repos/nexB/fetchcode/hooks",
"issue_events_url": "https://api.github.com/repos/nexB/fetchcode/issues/events{/number}",
"events_url": "https://api.github.com/repos/nexB/fetchcode/events",
"assignees_url": "https://api.github.com/repos/nexB/fetchcode/assignees{/user}",
"branches_url": "https://api.github.com/repos/nexB/fetchcode/branches{/branch}",
"tags_url": "https://api.github.com/repos/nexB/fetchcode/tags",
"blobs_url": "https://api.github.com/repos/nexB/fetchcode/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/nexB/fetchcode/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/nexB/fetchcode/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/nexB/fetchcode/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/nexB/fetchcode/statuses/{sha}",
"languages_url": "https://api.github.com/repos/nexB/fetchcode/languages",
"stargazers_url": "https://api.github.com/repos/nexB/fetchcode/stargazers",
"contributors_url": "https://api.github.com/repos/nexB/fetchcode/contributors",
"subscribers_url": "https://api.github.com/repos/nexB/fetchcode/subscribers",
"subscription_url": "https://api.github.com/repos/nexB/fetchcode/subscription",
"commits_url": "https://api.github.com/repos/nexB/fetchcode/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/nexB/fetchcode/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/nexB/fetchcode/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/nexB/fetchcode/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/nexB/fetchcode/contents/{+path}",
"compare_url": "https://api.github.com/repos/nexB/fetchcode/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/nexB/fetchcode/merges",
"archive_url": "https://api.github.com/repos/nexB/fetchcode/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/nexB/fetchcode/downloads",
"issues_url": "https://api.github.com/repos/nexB/fetchcode/issues{/number}",
"pulls_url": "https://api.github.com/repos/nexB/fetchcode/pulls{/number}",
"milestones_url": "https://api.github.com/repos/nexB/fetchcode/milestones{/number}",
"notifications_url": "https://api.github.com/repos/nexB/fetchcode/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/nexB/fetchcode/labels{/name}",
"releases_url": "https://api.github.com/repos/nexB/fetchcode/releases{/id}",
"deployments_url": "https://api.github.com/repos/nexB/fetchcode/deployments",
"created_at": "2019-10-04T07:24:32Z",
"updated_at": "2020-08-20T13:21:21Z",
"pushed_at": "2020-08-21T07:06:44Z",
"git_url": "git://github.com/nexB/fetchcode.git",
"ssh_url": "[email protected]:nexB/fetchcode.git",
"clone_url": "https://github.com/nexB/fetchcode.git",
"svn_url": "https://github.com/nexB/fetchcode",
"homepage": null,
"size": 1395,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 4,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 15,
"license": null,
"forks": 4,
"open_issues": 15,
"watchers": 4,
"default_branch": "master"
},
"source": {
"id": 212758597,
"node_id": "MDEwOlJlcG9zaXRvcnkyMTI3NTg1OTc=",
"name": "fetchcode",
"full_name": "nexB/fetchcode",
"private": false,
"owner": {
"login": "nexB",
"id": 10789967,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzg5OTY3",
"avatar_url": "https://avatars3.githubusercontent.com/u/10789967?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nexB",
"html_url": "https://github.com/nexB",
"followers_url": "https://api.github.com/users/nexB/followers",
"following_url": "https://api.github.com/users/nexB/following{/other_user}",
"gists_url": "https://api.github.com/users/nexB/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nexB/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nexB/subscriptions",
"organizations_url": "https://api.github.com/users/nexB/orgs",
"repos_url": "https://api.github.com/users/nexB/repos",
"events_url": "https://api.github.com/users/nexB/events{/privacy}",
"received_events_url": "https://api.github.com/users/nexB/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/nexB/fetchcode",
"description": "A library to reliabbly fetch code via HTTP, FTP and version control systems. ",
"fork": false,
"url": "https://api.github.com/repos/nexB/fetchcode",
"forks_url": "https://api.github.com/repos/nexB/fetchcode/forks",
"keys_url": "https://api.github.com/repos/nexB/fetchcode/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/nexB/fetchcode/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/nexB/fetchcode/teams",
"hooks_url": "https://api.github.com/repos/nexB/fetchcode/hooks",
"issue_events_url": "https://api.github.com/repos/nexB/fetchcode/issues/events{/number}",
"events_url": "https://api.github.com/repos/nexB/fetchcode/events",
"assignees_url": "https://api.github.com/repos/nexB/fetchcode/assignees{/user}",
"branches_url": "https://api.github.com/repos/nexB/fetchcode/branches{/branch}",
"tags_url": "https://api.github.com/repos/nexB/fetchcode/tags",
"blobs_url": "https://api.github.com/repos/nexB/fetchcode/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/nexB/fetchcode/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/nexB/fetchcode/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/nexB/fetchcode/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/nexB/fetchcode/statuses/{sha}",
"languages_url": "https://api.github.com/repos/nexB/fetchcode/languages",
"stargazers_url": "https://api.github.com/repos/nexB/fetchcode/stargazers",
"contributors_url": "https://api.github.com/repos/nexB/fetchcode/contributors",
"subscribers_url": "https://api.github.com/repos/nexB/fetchcode/subscribers",
"subscription_url": "https://api.github.com/repos/nexB/fetchcode/subscription",
"commits_url": "https://api.github.com/repos/nexB/fetchcode/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/nexB/fetchcode/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/nexB/fetchcode/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/nexB/fetchcode/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/nexB/fetchcode/contents/{+path}",
"compare_url": "https://api.github.com/repos/nexB/fetchcode/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/nexB/fetchcode/merges",
"archive_url": "https://api.github.com/repos/nexB/fetchcode/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/nexB/fetchcode/downloads",
"issues_url": "https://api.github.com/repos/nexB/fetchcode/issues{/number}",
"pulls_url": "https://api.github.com/repos/nexB/fetchcode/pulls{/number}",
"milestones_url": "https://api.github.com/repos/nexB/fetchcode/milestones{/number}",
"notifications_url": "https://api.github.com/repos/nexB/fetchcode/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/nexB/fetchcode/labels{/name}",
"releases_url": "https://api.github.com/repos/nexB/fetchcode/releases{/id}",
"deployments_url": "https://api.github.com/repos/nexB/fetchcode/deployments",
"created_at": "2019-10-04T07:24:32Z",
"updated_at": "2020-08-20T13:21:21Z",
"pushed_at": "2020-08-21T07:06:44Z",
"git_url": "git://github.com/nexB/fetchcode.git",
"ssh_url": "[email protected]:nexB/fetchcode.git",
"clone_url": "https://github.com/nexB/fetchcode.git",
"svn_url": "https://github.com/nexB/fetchcode",
"homepage": null,
"size": 1395,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 4,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 15,
"license": null,
"forks": 4,
"open_issues": 15,
"watchers": 4,
"default_branch": "master"
},
"network_count": 4,
"subscribers_count": 0
}