Open-EO / openeo-hub

Source code for openEO Hub, a centralized platform to explore openEO back-end providers.
https://hub.openeo.org
Apache License 2.0
8 stars 3 forks source link

Avoid promoting versioned endpoints #93

Open soxofaan opened 10 months ago

soxofaan commented 10 months ago

I recently noticed in a lot of support requests that users often use full versioned connection URLs like https://openeo.dataspace.copernicus.eu/openeo/1.2 or https://openeo.vito.be/openeo/1.2 instead of the recommended version-less base URLs like openeo.dataspace.copernicus.eu or openeo.vito.be

I found out from a user that they just copy-paste these URLs from https://hub.openeo.org/ where you indeed only see the versioned urls but not the version-less base urls.

Combined with #92, this also means that user will often blindly pick non-production-ready endpoints

soxofaan commented 10 months ago

the openeo hub should at least show the version-less base URL, and do that more prominently (e.g. with a handy copy-paste button) than the versioned endpoint urls