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:
parent
bfceffd84d
commit
c0b550109a
@ -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 `/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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user