OAuth-Simple Web Discovery Curl Example for Service 'photos'


$ curl -i "http://ods-qa.openlinksw.com/.well-known/simple-web-discovery?principal=mailto:demo@ods-qa.openlinksw.com&service=ur
n:openlinksw.com:ods:photos"
HTTP/1.1 200 OK
Server: Virtuoso/06.02.3128 (Linux) x86_64-unknown-linux-gnu  VDB
Connection: Keep-Alive
Date: Tue, 02 Nov 2010 14:28:24 GMT
Accept-Ranges: bytes
Content-Type: application/json; charset="UTF-8"
Content-Length: 107

{
 "locations":[
   "http://ods-qa.openlinksw.com/dataspace/demo/photos/Demo%20User%27s%20Gallery"
   ]
}

}

Related