UNPKG
odd-api-client-node
Version:
latest (1.0.1)
1.0.1
1.0.0
An Odd Networks API client in Node.js
odd-api-client-node
/
examples
/
example-property-files
/
channel
/
channel.json
21 lines
(20 loc)
•
276 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"type"
:
"channel"
,
"active"
:
true
,
"title"
:
"Odd Networks Test"
,
"secrets"
:
{
"oddworks"
:
{
"baseUrl"
:
"https://content.oddworks.io/v2"
,
"jwt"
:
""
}
}
,
"display"
:
{
"colors"
:
[
]
,
"fonts"
:
[
]
,
"images"
:
[
]
}
,
"config"
:
{
"menuBlacklist"
:
[
]
}
}