Class AuthorityResource

java.lang.Object
io.goobi.viewer.api.rest.v1.authorities.AuthorityResource

@Path("/authority") public class AuthorityResource extends Object
Resolver for normdata authority resources identified by their escaped url
Author:
florian
  • Constructor Details

    • AuthorityResource

      public AuthorityResource()
  • Method Details

    • getIdentity

      @GET @Path("/resolver") @Produces("application/json") public String getIdentity(@QueryParam("id") String inUrl, @QueryParam("template") String template, @QueryParam("lang") String lang) throws de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException, PresentationException
      Throws:
      de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException
      PresentationException