-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig.json
More file actions
16 lines (16 loc) · 826 Bytes
/
config.json
File metadata and controls
16 lines (16 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"credentials": {
"clientId": "<Insert key from Developer Portal here>",
"secret": "<Insert secret from Developer Portal here>",
"redirectURL": "<URL of tunnel>/oauth (ex: https://test.trycloudflare.com/oauth)"
},
"apiEndPoints": {
"oauthURL":"https://api.sonos.com/login/v3/oauth?",
"createRefreshAuthTokenURL" : "http://127.0.0.1:8090/https://api.sonos.com/login/v3/oauth/access",
"householdApiURL":"http://127.0.0.1:8090/https://api.ws.sonos.com/control/api/v1/households/",
"controlApiURL":"http://127.0.0.1:8090/https://api.ws.sonos.com/control/api/v1/groups/",
"playerApiURL":"http://127.0.0.1:8090/https://api.ws.sonos.com/control/api/v1/players/"
},
"socketURL":"ws://localhost:8000",
"serviceLogosURL":"http://127.0.0.1:8090/https://service-catalog.ws.sonos.com/mslogo"
}