openstreetmap-website/app/views/api
Andy Allan 2398614349 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 #2162
2019-06-26 16:52:10 +02:00
..
capabilities Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
changesets Format closed_at correctly in changeset API responses 2019-03-30 15:40:08 +00:00
notes Move the notes api methods into a controller in the api namespace 2019-02-28 17:12:28 +01:00
permissions Move the permissions call out of api_controller 2019-02-24 11:00:28 +01:00
users Resourceful(ish) naming for api/users_controller 2019-04-10 17:06:15 +02:00
versions Add support for an unversioned 'versions' API call 2019-06-26 16:52:10 +02:00