comparison restService/templates/serviceDescription.html @ 34:a25bfc49a068

added format parameter
author dwinter
date Wed, 23 Oct 2013 12:27:31 +0200
parents f9391feb92ca
children d3ecbfd21e06
comparison
equal deleted inserted replaced
32:ea7017439ab9 34:a25bfc49a068
48 <h3>/getPurls</h3> 48 <h3>/getPurls</h3>
49 get new purls 49 get new purls
50 50
51 GET: returns an simple web page to enter username and amount of purls needed 51 GET: returns an simple web page to enter username and amount of purls needed
52 52
53 POST: expects the parameter "username" and "amount"", return list of purls 53 POST: expects the parameter "userName" and "amount"", return list of purls
54 54
55 <h3>/purls/searchSolr?text-url-path=PATH</h3> 55 <h3>/purls/searchSolr?text-url-path=PATH</h3>
56 56
57 gives the path to the index.meta at the storage system as XML 57 gives the path to the index.meta at the storage system as XML
58 58