1
2
3
4
5
6
7
8
9
10
11
12 | $ ./uurl http://@snapd/1.0
{
"status": "OK",
"result": {
"default_channel": "stable",
"api_compat": "0",
"release": "15.04",
"flavor": "core"
},
"type": "sync",
"status_code": 200
}
|