Support /results/{id}
and /outputs/{id}
routes
#18
Labels
good first issue
Good for newcomers
process/wps2
Issue related to WPS 2.x processes support
process/wps3
Issue related to WPS 3.x (REST-JSON) processes support
project/CRIM-DEVOPS
Project linked to the CRIM project DevOps/Weaver (https://crim-ca.atlassian.net/browse/GD-47).
triage/conformance
Issue related to fixing/ensuring compliance to specifications.
Only "/results" is currently supported (similar to "/outputs") due to Testbed14 conformance.
To ensure back-compatibility with similar WPS REST interfaces, these routes to request specific outputs by ID should be added.
see: https://52north.github.io/tamis-rest-api/To Do
/conf/core/job-results-async-one
as defined in /REQ_job-results-success-async-one.adocjob-results-[...]
termsAccept
header referring to a different type than the original output format, the alternate representation (if it can be mapped), should be returnedFor example, a JSON stored under
.../{jobId}/{outputId}/file.json
could be requested in YAML, which could be stored under.../{jobId}/{outputId}/file.yaml
. RequestingAccept: application/x-yaml
a second time should simply return that file's contents rather than regenerating it from the JSON.References
The text was updated successfully, but these errors were encountered: