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
Publish the OpenAPI document (yaml and maybe even json) via gh-pages, so that they can be accessed directly without GH dependency in the URL.
So it should be https://api.openeo.org/1.2.0/openapi.yaml instead of https://raw.githubusercontent.com/Open-EO/openeo-api/refs/tags/1.2.0/openapi.yaml
https://api.openeo.org/1.2.0/openapi.yaml
https://raw.githubusercontent.com/Open-EO/openeo-api/refs/tags/1.2.0/openapi.yaml
Ideally also do it for 1.0.0 and 1.1.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Publish the OpenAPI document (yaml and maybe even json) via gh-pages, so that they can be accessed directly without GH dependency in the URL.
So it should be
https://api.openeo.org/1.2.0/openapi.yaml
instead ofhttps://raw.githubusercontent.com/Open-EO/openeo-api/refs/tags/1.2.0/openapi.yaml
Ideally also do it for 1.0.0 and 1.1.0.
The text was updated successfully, but these errors were encountered: