Mercurial > hg > purlService
comparison 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 |
comparison
equal
deleted
inserted
replaced
32:ea7017439ab9 | 33:aced422ae66c |
---|---|
4 <p> Takes a <em>PURL</em> and returns the real path as TXT. | 4 <p> Takes a <em>PURL</em> and returns the real path as TXT. |
5 | 5 |
6 <h2>/imagePath/PURL</h2> | 6 <h2>/imagePath/PURL</h2> |
7 <p> Takes a <em>PURL</em> and returns the image Path as TXT, if stored, otherwise an empty string is returned. | 7 <p> Takes a <em>PURL</em> and returns the image Path as TXT, if stored, otherwise an empty string is returned. |
8 | 8 |
9 h2>/imageURL/PURL</h2> | 9 <h2>/imageURL/PURL</h2> |
10 <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. | 10 <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. |
11 | 11 |
12 <h2>/search</h2> | 12 <h2>/search</h2> |
13 <p>Searched the PURL or all PURLs, wich belong to the PATH the internal search format is "LIKE" </p> | |
14 | |
15 <h3>GET</h3> | |
13 <p>needs a parameter ?q=PATH </p> | 16 <p>needs a parameter ?q=PATH </p> |
14 | 17 |
15 <p>Searched the PURL or all PURLs, wich belong to the PATH the internal search format is "LIKE" </p> | 18 <h3>POST</h3> |
19 <p>expects at \n separated list of paths and returns a list with the path and the purl. | |
16 | 20 |
17 <h2>/docuview/PURL</h3> | 21 <h2>/docuview/PURL</h3> |
18 | 22 |
19 <p>Is explained | 23 <p>Is explained |
20 at <a href="https://it-dev.mpiwg-berlin.mpg.de/tracs/metadataprovider/wiki/purls">https://it-dev.mpiwg-berlin.mpg.de/tracs/metadataprovider/wiki/purls</a>. | 24 at <a href="https://it-dev.mpiwg-berlin.mpg.de/tracs/metadataprovider/wiki/purls">https://it-dev.mpiwg-berlin.mpg.de/tracs/metadataprovider/wiki/purls</a>. |