Class CollectionsResource
java.lang.Object
io.goobi.viewer.api.rest.v2.collections.CollectionsResource
REST resource providing IIIF Presentation v3 collection endpoints for collection browsing.
- Author:
- Florian Alpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.intranda.api.iiif.presentation.v3.Collection3de.intranda.api.iiif.presentation.v3.Collection3getCollection(String collectionName)
-
Constructor Details
-
CollectionsResource
public CollectionsResource(@PathParam("field") String solrField, @Context HttpServletRequest request)
-
-
Method Details
-
getAllCollections
@GET @Produces("application/json") public de.intranda.api.iiif.presentation.v3.Collection3 getAllCollections() throws IndexUnreachableException- Throws:
IndexUnreachableException
-
getCollection
@GET @Path("/{collection}") @Produces("application/json") public de.intranda.api.iiif.presentation.v3.Collection3 getCollection(@PathParam("collection") String collectionName) throws PresentationException, IndexUnreachableException
-