-
Notifications
You must be signed in to change notification settings - Fork 15
Versioning API
chadlung edited this page Mar 26, 2013
·
1 revision
The Coordinator, Tenant, and Workers all support a common API for retrieving the version information.
The Meniscus API uses a URI versioning scheme. The first element of the path contains the target version identifier, e.g.:
https://meniscus.example.com/v1/
The URI version will only be incremented to accommodate major new features or API redesigns that can not be made backwards-compatible.
Retrieve the current version of the tenant API.
Template
GET {host_url}
Request
GET / HTTP/1.1
Host: meniscus.example.com
Response
Status: 200 OK
{"v1": "current"}