UUDigitalHumanitieslab / EDPOP

A virtual research environment (VRE) that lets you collect, align and annotate bibliographical and biographical records from several online catalogs.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

basic collection records endpoint #195

Open lukavdplas opened 1 month ago

lukavdplas commented 1 month ago

This implements a basic endpoint to view the records inside a collection.

The current response will contain the URIs of records in the collection, but does not yet contain the contents of records. It also doesn't include pagination. Unlike with catalogue results, that doesn't seem immediately necessary.

The view will return a graph with an ActivityStreams Collection. Unlike the catalogue search endpoint, this isn't an OrderedCollection, because collections are not ordered, but it should be doable to reuse some of the same views.