You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a server supports multiple API versions (e.g. 0.0.2 and 0.3.0) this could be advertised by the capabilities in GET /. This would allow clients to switch to the "best" supported version. Example:
Better would be to have it one level higher as it wouldn't require changing running versions, but that's hard to specify. But maybe we can implement a "well known" URI, similar to what OpenID Connect has.
If a server supports multiple API versions (e.g. 0.0.2 and 0.3.0) this could be advertised by the capabilities in
GET /
. This would allow clients to switch to the "best" supported version. Example:Better would be to have it one level higher as it wouldn't require changing running versions, but that's hard to specify. But maybe we can implement a "well known" URI, similar to what OpenID Connect has.
http://www.example.com/.well-known/openeo could serve:
The text was updated successfully, but these errors were encountered: