Class MetadataRequestExecutor
java.lang.Object
org.heigit.ohsome.ohsomeapi.executor.MetadataRequestExecutor
Includes the execute method for requests mapped to /metadata.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MetadataResponse
executeGetMetadata
(javax.servlet.http.HttpServletRequest servletRequest) Returns the metadata of the underlying extract-file.
-
Method Details
-
executeGetMetadata
public static MetadataResponse executeGetMetadata(javax.servlet.http.HttpServletRequest servletRequest) Returns the metadata of the underlying extract-file.- Returns:
MetadataResponse
- Throws:
BadRequestException
- if parameters are given in the query.
-