java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.ServiceOpenApi

public class ServiceOpenApi extends Object
Handles the service requests for the DataArray plugin. This is the request to /api.
Author:
scf
  • Field Details

    • PATH_GET_OPENAPI_SPEC

      public static final String PATH_GET_OPENAPI_SPEC
      The path for the OpenApi specification.
      See Also:
    • REQUEST_TYPE_GET_OPENAPI_SPEC

      public static final String REQUEST_TYPE_GET_OPENAPI_SPEC
      The RequestType definition for the CreateObservations request type.
      See Also:
  • Constructor Details

    • ServiceOpenApi

      public ServiceOpenApi(CoreSettings settings)
  • Method Details