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
API-20: Include the major version number in the URI
The URI of an API (base path) must include the major version number, prefixed by the letter v. This allows the exploration of multiple versions of an API in the browser. The minor and patch version numbers are not part of the URI and may not have any impact on existing client implementations.
An example of a base path for an API with current version 1.0.2:
https://api.example.org/v1/
Definition of done:
The URI of an API (base path) includes the major version number, prefixed by the letter v.
A pull request including the functionality is made available to deegree OGC API.
The functionality is optional.
The text was updated successfully, but these errors were encountered:
The TMC discussed this feature request and has the following question:
While we do understand the need to add a version to a public url, we are not (yet) convinced that deegree should be aware of this. Wouldn't it be possible to use a reverse proxy / ingress controller to accomplish this?
While we do understand the need to add a version to a public url, we are not (yet) convinced that deegree should be aware of this. Wouldn't it be possible to use a reverse proxy / ingress controller to accomplish this?
In our view arguments to include the functionality in deegree would be:
the information on the API version is already present within deegree - see
Feature Description:
The URI of the API (base path) is extended to include the major version number, prefixed by the letter
v
.A pull request is made so that this feature can be available as an optional extension to the core deegree OGC API product.
Additional information:
This issue is related to the Dutch API requirement labeled AP-20:
Definition of done:
The URI of an API (base path) includes the major version number, prefixed by the letter
v
.A pull request including the functionality is made available to deegree OGC API.
The functionality is optional.
The text was updated successfully, but these errors were encountered: