Open
Conversation
Align with Part 1 and Part 2 of OGC API - Processes specification.
Return a processSummary rather than a process on deployProcess
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
POSTtohttp://HOST:PORT/EOEPCA_USER/wps3/processes: as defined in Part 2, it returns aLocationheader 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 arequestBodysimilar to the one used for/processes/DeployProcess/execution.DELETEtohttp://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.