1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 14:25:01 +01:00

dspace_statistics_api/docs/index.html: Fix whitespace

This commit is contained in:
Alan Orth 2020-09-25 13:33:45 +03:00
parent f58c209609
commit a0ee181361
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -20,9 +20,7 @@
<p>¹ We are querying the Solr statistics core, which technically only knows about items that have either views or downloads. If an item is not present here you can assume it has zero views and zero downloads, but not necessarily that it does not exist in the repository.</p> <p>¹ We are querying the Solr statistics core, which technically only knows about items that have either views or downloads. If an item is not present here you can assume it has zero views and zero downloads, but not necessarily that it does not exist in the repository.</p>
<p>² POST requests to <code>/items</code> should be in JSON format with the following parameters: <p>² POST requests to <code>/items</code> should be in JSON format with the following parameters:
<pre> <pre><code>{
<code>
{
"limit": 100, // optional, integer between 0 and 100, default 100 "limit": 100, // optional, integer between 0 and 100, default 100
"page": 0, // optional, integer greater than 0, default 0 "page": 0, // optional, integer greater than 0, default 0
"dateFrom": "2020-01-01T00:00:00Z", // optional, default * "dateFrom": "2020-01-01T00:00:00Z", // optional, default *
@ -33,9 +31,7 @@
"8542f9da-9ce1-4614-abf4-f2e3fdb4b305", "8542f9da-9ce1-4614-abf4-f2e3fdb4b305",
"0fe573e7-042a-4240-a4d9-753b61233908" "0fe573e7-042a-4240-a4d9-753b61233908"
] ]
} }</code></pre>
</code>
</pre>
</p> </p>
</body> </body>
</html> </html>