Skip to content

Commit 5e7c1c0

Browse files
committed
Added ID key to each service object
1 parent 1d6fdd0 commit 5e7c1c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"services": [
33
{
4+
"id": 1,
45
"name": "Twitter",
56
"slug": "twitter",
67
"endpoints": {
@@ -20,6 +21,7 @@
2021
}
2122
},
2223
{
24+
"id": 2,
2325
"name": "Instagram",
2426
"slug": "instagram",
2527
"endpoints": {
@@ -36,6 +38,7 @@
3638
}
3739
},
3840
{
41+
"id": 3,
3942
"name": "Steam ID",
4043
"slug": "steamid",
4144
"endpoints": {
@@ -55,6 +58,7 @@
5558
}
5659
},
5760
{
61+
"id": 4,
5862
"name": "Steam Group",
5963
"slug": "steamgroup",
6064
"endpoints": {
@@ -74,6 +78,7 @@
7478
}
7579
},
7680
{
81+
"id": 5,
7782
"name": "Mixer",
7883
"slug": "mixer",
7984
"endpoints": {
@@ -90,6 +95,7 @@
9095
}
9196
},
9297
{
98+
"id": 6,
9399
"name": "YouTube",
94100
"slug": "youtube",
95101
"endpoints": {

0 commit comments

Comments
 (0)