openlibraryenvironment/gokb

View Add Title: Coverages service missing

Closed this issue · 3 comments

For filling the select box in the Add Title dialog I need a service to get all coverages values. The wiki describes these:

  • Abstracts
  • Fulltext
  • Selected Articles

that's actually all there is and will be, but we stick with the pattern and'll craft an endpoint delivering these values.
something like:

GET /rest/coverageDepth

{"data": ["Abstracts", "Fulltext", "SelectedArticles"]}
est. duration: 1d

Pleas name it coverage-depth, thank you.

Ok, done