-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepos.json
More file actions
49 lines (49 loc) · 976 Bytes
/
Copy pathrepos.json
File metadata and controls
49 lines (49 loc) · 976 Bytes
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
{
"notify": "Seungpyo1007",
"repos": [
{
"name": "GetTechAPI/TechAPI",
"branches": [
"develop",
"main"
]
},
{
"name": "GetTechAPI/TechEngine",
"branches": [
"main"
]
},
{
"name": "GetTechAPI/game-catalog",
"branches": [
"develop",
"main"
]
},
{
"name": "GetTechAPI/cpu-engineering-samples",
"branches": [
"develop",
"main"
]
}
],
"endpoints": [
{
"name": "TechAPI manifest",
"url": "https://gettechapi.github.io/TechAPI/v1/index.json",
"expect": "collections"
},
{
"name": "game-catalog summary",
"url": "https://gettechapi.github.io/game-catalog/summary.json",
"expect": "count"
},
{
"name": "cpu-engineering-samples summary",
"url": "https://gettechapi.github.io/cpu-engineering-samples/summary.json",
"expect": "count"
}
]
}