Uses of Annotation Interface
io.goobi.viewer.api.rest.bindings.ViewerRestServiceBinding

Packages that use ViewerRestServiceBinding
Package
Description
JAX-RS exception mappers that translate application and web exceptions into structured HTTP error responses for the REST API.
Root package for version 1 of the Goobi viewer REST API, containing the JAX-RS application bootstrap, URL constants, and sub-packages for all v1 endpoint resources.
REST resources for the v1 annotations endpoint, providing access to Web Annotation data model annotations associated with digitized records and pages.
REST resources for querying external authority data sources in the v1 API, enabling retrieval of norm data entries from configured authority providers.
REST resources for managing bookmark lists in the v1 API, supporting both session-based and user-account-based bookmark collections.
REST resources for managing registered client applications in the v1 API, including registration, update, and access token management for API clients.
REST resources for the CMS module in the v1 API, providing access to CMS pages, media assets, sliders, and image delivery for content management functionality.
REST resources for digital collection browsing in the v1 API, exposing collection hierarchies and metadata as IIIF-compatible collection responses.
REST resources for the crowdsourcing module in the v1 API, handling campaign item retrieval and activity log entries for user-contributed transcription and annotation work.
REST resources for Solr index interaction in the v1 API, providing endpoints for querying index field information and triggering indexer operations.
REST resources for localization in the v1 API, providing access to translated message keys and locale-specific label data for viewer UI internationalization.
REST resources for media delivery in the v1 API, providing image serving for external URLs, general media files, and temporary upload management for media assets.
REST resources for digitized record access in the v1 API, providing endpoints for record metadata, pages, sections, file downloads, calendars, change discovery, and RSS feeds.
REST resources for full-text search in the v1 API, providing OpenSearch description and structured search result endpoints for querying the Solr index.
REST resources for supplementary linked-data services in the v1 API, such as JSON-LD context definitions for collection extent and tag list service descriptions.
REST resources for asynchronous task management in the v1 API, allowing clients to submit, monitor, and retrieve the results of long-running background operations.
Root package for version 2 of the Goobi viewer REST API, containing the JAX-RS application bootstrap, URL constants, and sub-packages for all v2 endpoint resources.
REST resources for the v2 annotations endpoint, providing access to Web Annotation data model annotations with the revised routing and response structure of API v2.
REST resources for OAuth-based authorization flows in the v2 API, handling authorization code exchange and related tooling for secure API access delegation.
REST resources for the CMS module in the v2 API, providing updated endpoints for CMS media retrieval and IIIF-compatible image delivery of CMS assets.
REST resources for digital collection browsing in the v2 API, exposing collection hierarchies and metadata with the revised response structure of API v2.
REST resources for digitized record access in the v2 API, providing updated endpoints for record metadata, pages, sections, and file downloads with the revised v2 response structure.