Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Aligne ADES 1.0 with OGC API - Processes - Part 1: Core and Par2: Deploy, Replace, Undeploy.
Add swagger-ui demo, including examples illustrating how to deploy, undeploy and execute snuggs-0_3_0 process using Part 1: Core and. From the swagger-ui, please make sure to change the default URL to the API using your user identifier (ie
http://HOST:PORT/EOEPCA_USER/wps3/api
).Add the following methods to paths:
POST
tohttp://HOST:PORT/EOEPCA_USER/wps3/processes
: as defined in Part 2, it returns aLocation
header pointing to the URL to access the processDescription of the deployed process. The content returned is a processSummary with the mutable attribute addition. Specific support for arequestBody
similar to the one used for/processes/DeployProcess/execution
.DELETE
tohttp://HOST:PORT/EOEPCA_USER/wps3/processes/{processId}
: as defined in Part 2, it removes the{processId}
process if it ismutable
.Add DeployProcess.yaml to the Part 3 schema.