From f557d33f36ed93fe68d135812221c63cde688134 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 8 Dec 2021 09:48:31 +0200 Subject: [PATCH] README.md: adjust intro Use intro style from Python Black! This makes it easier to have the badges displayed without wrapping and looks nicer. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 143caab..2c9d1db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# DSpace Statistics API [![Build Status](https://ci.mjanja.ch/api/badges/alanorth/dspace-statistics-api/status.svg?ref=refs/heads/v6_x)](https://ci.mjanja.ch/alanorth/dspace-statistics-api) [![Build and Test](https://github.com/ilri/dspace-statistics-api/actions/workflows/python-app.yml/badge.svg)](https://github.com/ilri/dspace-statistics-api/actions/workflows/python-app.yml) +

DSpace Statistics API

+ +

+Build Status +Build and Test +Code style: black +

+ DSpace stores item view and download events in a Solr "statistics" core. This information is available for use in the various DSpace user interfaces, but is not exposed externally via any APIs. The DSpace 4/5/6 [REST API](https://wiki.lyrasis.org/display/DSDOC5x/REST+API), for example, only exposes _metadata_ about communities, collections, items, and bitstreams. - If your DSpace is version 4 or 5, use [dspace-statistics-api v1.1.1](https://github.com/ilri/dspace-statistics-api/releases/tag/v1.1.1)