Class MetadataController
java.lang.Object
org.heigit.ohsome.ohsomeapi.controller.metadata.MetadataController
REST controller containing the GET request, which enters through "/metadata".
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMetadata
(javax.servlet.http.HttpServletRequest servletRequest) GET request giving the metadata of the underlying extract-region(s).
-
Constructor Details
-
MetadataController
public MetadataController()
-
-
Method Details
-
getMetadata
@GetMapping(produces="application/json") public MetadataResponse getMetadata(javax.servlet.http.HttpServletRequest servletRequest) GET request giving the metadata of the underlying extract-region(s).- Returns:
MetadataResponse
-