Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
91 stars 11 forks source link

Relax requirement to use HTTP 501 #415 #418

Closed m-mohr closed 2 years ago

m-mohr commented 2 years ago

See issue #415 for details.

Strictly speaking, this is a breaking change, but in reality, all clients (afaik) handle 404 well enough as most back-ends return 404s instead of 501s for unsupported back-ends. Therefore a check from all client devs (Py, R, JS) would be appreciated.

soxofaan commented 2 years ago

To be honest, I wasn't aware that 501 should have been used for unsupported endpoints at back-end and client side. So the introduced behavior is actually the existing behavior in VITO backend and Python client

m-mohr commented 2 years ago

@flahn conformed via chat that this is not an issue for R.