-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathget.json
More file actions
54 lines (54 loc) · 2.1 KB
/
get.json
File metadata and controls
54 lines (54 loc) · 2.1 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
{
"total_count": 3,
"incomplete_results": false,
"items": [
{
"name": "auth.js",
"path": "src/middleware/auth.js",
"sha": "f1d2d2f924e986ac86fdf7b36c94bcdf32beec15",
"url": "https://api.github.com/repositories/12345678/contents/src/middleware/auth.js",
"git_url": "https://api.github.com/repos/acme-corp/platform-api/git/blobs/f1d2d2f924e986ac86fdf7b36c94bcdf32beec15",
"html_url": "https://github.com/acme-corp/platform-api/blob/main/src/middleware/auth.js",
"repository": {
"id": 12345678,
"name": "platform-api",
"full_name": "acme-corp/platform-api",
"private": true,
"html_url": "https://github.com/acme-corp/platform-api"
},
"score": 1.0
},
{
"name": "token-validator.js",
"path": "src/utils/token-validator.js",
"sha": "e242ed3bffefa9f57c5b6b18ff3165a5b59e5fce",
"url": "https://api.github.com/repositories/12345678/contents/src/utils/token-validator.js",
"git_url": "https://api.github.com/repos/acme-corp/platform-api/git/blobs/e242ed3bffefa9f57c5b6b18ff3165a5b59e5fce",
"html_url": "https://github.com/acme-corp/platform-api/blob/main/src/utils/token-validator.js",
"repository": {
"id": 12345678,
"name": "platform-api",
"full_name": "acme-corp/platform-api",
"private": true,
"html_url": "https://github.com/acme-corp/platform-api"
},
"score": 0.87
},
{
"name": "routes.js",
"path": "src/routes/routes.js",
"sha": "8277e0910d750195b448797616e091ad",
"url": "https://api.github.com/repositories/12345678/contents/src/routes/routes.js",
"git_url": "https://api.github.com/repos/acme-corp/platform-api/git/blobs/8277e0910d750195b448797616e091ad",
"html_url": "https://github.com/acme-corp/platform-api/blob/main/src/routes/routes.js",
"repository": {
"id": 12345678,
"name": "platform-api",
"full_name": "acme-corp/platform-api",
"private": true,
"html_url": "https://github.com/acme-corp/platform-api"
},
"score": 0.72
}
]
}