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

README.md: Improve wording

This commit is contained in:
Alan Orth 2018-09-25 12:24:52 +03:00
parent bfceffd84d
commit c0b550109a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -17,7 +17,7 @@ The API exposes the following endpoints:
- GET `/items`return views and downloads for all items that Solr knows about¹. Accepts `limit` and `page` query parameters for pagination of results. - GET `/items`return views and downloads for all items that Solr knows about¹. Accepts `limit` and `page` query parameters for pagination of results.
- GET `/item/id`return views and downloads for a single item (*id* must be a positive integer). - GET `/item/id`return views and downloads for a single item (*id* must be a positive integer).
¹ We are querying the Solr statistics core, which technically only knows about all items that have either views or downloads. ¹ We are querying the Solr statistics core, which technically only knows about items that have either views or downloads.
## Todo ## Todo