Mercurial > hg > purlService
diff restService/templates/serviceDescription.html @ 38:6d0d7f1c11f2
/dris added to the api
author | dwinter |
---|---|
date | Tue, 04 Mar 2014 14:16:55 +0100 |
parents | d3ecbfd21e06 |
children |
line wrap: on
line diff
--- a/restService/templates/serviceDescription.html Mon Mar 03 18:07:08 2014 +0100 +++ b/restService/templates/serviceDescription.html Tue Mar 04 14:16:55 2014 +0100 @@ -64,5 +64,17 @@ an additional parameter <b>format=short</b> suppresses the additional metadata in the output. +<h4>/dris</h4> +<p>get a list of all DRIs.</p> + +<p> +Optional parameters are: +<ol> +<li>offset: start list at offset</li> +<li>limit: limit number of entries return</li> +<li>format, is ether json or csv</li> +</ol> +</p> +