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

Add support for an unversioned 'versions' API call #2280

Merged
merged 1 commit into from Jun 26, 2019

Commits on Jun 26, 2019

  1. Add support for an unversioned 'versions' API call

    This will eventually replace the unversioned 'capabilities' call.
    Client applications can use this versions call to find out what versions
    are available, if they support multiple versions. The capabilities
    of each version, and the format of the capabilities call, is then
    able to change between versions. If a client only supports one version
    they can jump straight to the versioned capabilities call.
    
    Additionally, supported versions are now a list of version identifiers,
    without any implications surrounding min/max values (e.g. guesswork
    for supported intermediate versions).
    
    Fixes openstreetmap#2162
    gravitystorm committed Jun 26, 2019
    Copy the full SHA
    2398614 View commit details
    Browse the repository at this point in the history