-
Notifications
You must be signed in to change notification settings - Fork 2
/
templates.json
37 lines (37 loc) · 1.18 KB
/
templates.json
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
[
{
"id": "1",
"name": "People API",
"repo": "api-people",
"image": "https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-people.png",
"description": "This is a people API template."
},
{
"id": "2",
"name": "Offices API",
"repo": "api-offices",
"image": "https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-office.png",
"description": "This is a people API template"
},
{
"id": "3",
"name": "3 Factor X API",
"repo": "api-3-factor-x",
"image": "https://s3.amazonaws.com/kinlane-productions/bw-icons/3-factor-x.png",
"description": "This is a 3 factor x API template"
},
{
"id": "4",
"name": "Programs API",
"repo": "api-programs",
"image": "https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-programs.png",
"description": "This is a programs API template"
},
{
"id": "4",
"name": "Press API",
"repo": "api-press",
"image": "https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-news-icon.png",
"description": "This is a press release API template"
}
]