Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
xos
/
63882fd114bfb161ea4c6e332923ef56319717f5
/
.
/
xos
/
api
/
examples
/
exampleservice
/
list_exampleservices.sh
blob: e369dff13038c4e22e0f9562884c93d440b51989 [
file
] [
log
] [
blame
]
#!/bin/bash
source
./
config
.
sh
curl
-
H
"Accept: application/json; indent=4"
-
u $AUTH
-
X GET $HOST
/
api
/
service
/
exampleservice
/