We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the EOEPCA+ project, we made an evaluation of the federation-related functionality available through the openEO JS/TS client. The Federation Extension can be found here: https://github.com/Open-EO/openeo-api/blob/draft/extensions/federation/README.md
The following issues have been identified:
federation:missing
GET /jobs/:id/logs
GET /services/:id/logs
federation:backends
POST /validation
The text was updated successfully, but these errors were encountered:
Improve support for the Federation Extension #63
5581024
Implemented.
Sorry, something went wrong.
4930e0d
fd78bb8
m-mohr
No branches or pull requests
In the EOEPCA+ project, we made an evaluation of the federation-related functionality available through the openEO JS/TS client.
The Federation Extension can be found here: https://github.com/Open-EO/openeo-api/blob/draft/extensions/federation/README.md
The following issues have been identified:
federation:missing
can't be accessed through the corresponding functions for the following endpoints:GET /jobs/:id/logs
GET /services/:id/logs
federation:backends
can't be accessed through the corresponding functions for the following endpoints:POST /validation
- see also Clarified the behaviour offederation:backends
forPOST /validation
openeo-api#552The text was updated successfully, but these errors were encountered: