Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 481 Bytes

Virgo4 Shelf Browse Web Service

This is a web service to facilitate virtual shelf browsing using data from Solr.

  • GET /version : returns build version
  • GET /healthcheck : returns health check information
  • GET /metrics : returns Prometheus metrics
  • GET /api/browse/{id}?range=N : returns shelf browse information for up to N records surrounding the item with id {id}

All endpoints under /api require authentication.

System Requirements

  • GO version 1.12.0 or greater