Skip to content
New issue

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

Support for version-less /openeo/ root? #277

Open
soxofaan opened this issue Mar 22, 2024 · 2 comments
Open

Support for version-less /openeo/ root? #277

soxofaan opened this issue Mar 22, 2024 · 2 comments

Comments

@soxofaan
Copy link
Member

app.register_blueprint(bp, url_prefix='/openeo', name="openeo_old") # TODO: do we still need this?
app.register_blueprint(bp, url_prefix='/openeo/<version>')

This version-less endpoint root /openeo/ is an undocumented unofficial endpoint. We probably had that in the beginning before the API was versioned, or the version discovery mechanism through /.well-known/openeo was settled on.

What to do with this?

  • make it "official" by listing it under /.well-known/openeo, where we can make explicit which version it assumes
  • remove it
@soxofaan
Copy link
Member Author

according to kibana logs it still seems to be used, so we probably can not just remove it

@soxofaan
Copy link
Member Author

soxofaan commented Mar 22, 2024

Related and probably an issue here: #40 /.well-known/openeo must not list multiple endpoints with same version, so that might undermine making version-less endpoint root /openeo/ a "blessed" option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant