Uses of Class
io.goobi.viewer.api.rest.AbstractApiUrlManager.ApiInfo
Packages that use AbstractApiUrlManager.ApiInfo
Package
Description
Root package for the Goobi viewer REST API, containing shared infrastructure such as
the abstract URL manager and sub-packages for bindings, filters, models, and versioned endpoints.
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.
-
Uses of AbstractApiUrlManager.ApiInfo in io.goobi.viewer.api.rest
Methods in io.goobi.viewer.api.rest that return AbstractApiUrlManager.ApiInfoModifier and TypeMethodDescriptionAbstractApiUrlManager.getInfo()Calls theAbstractApiUrlManager.getApiUrl()and returns aAbstractApiUrlManager.ApiInfoobject if a valid response is returned. -
Uses of AbstractApiUrlManager.ApiInfo in io.goobi.viewer.api.rest.v1
Methods in io.goobi.viewer.api.rest.v1 that return AbstractApiUrlManager.ApiInfo