Mercurial > hg > purlService
diff restService/templates/serviceDescription.html @ 33:aced422ae66c
added post resquest for search
author | dwinter |
---|---|
date | Wed, 28 Aug 2013 12:57:36 +0200 |
parents | f9391feb92ca |
children | d3ecbfd21e06 |
line wrap: on
line diff
--- a/restService/templates/serviceDescription.html Thu Aug 15 09:02:04 2013 +0200 +++ b/restService/templates/serviceDescription.html Wed Aug 28 12:57:36 2013 +0200 @@ -6,13 +6,17 @@ <h2>/imagePath/PURL</h2> <p> Takes a <em>PURL</em> and returns the image Path as TXT, if stored, otherwise an empty string is returned. -h2>/imageURL/PURL</h2> +<h2>/imageURL/PURL</h2> <p> Takes a <em>PURL</em> and returns the image URL at the scaler all parameters are passed through, if stored, otherwise an empty string is returned. <h2>/search</h2> +<p>Searched the PURL or all PURLs, wich belong to the PATH the internal search format is "LIKE" </p> + +<h3>GET</h3> <p>needs a parameter ?q=PATH </p> -<p>Searched the PURL or all PURLs, wich belong to the PATH the internal search format is "LIKE" </p> +<h3>POST</h3> +<p>expects at \n separated list of paths and returns a list with the path and the purl. <h2>/docuview/PURL</h3>