docs/api: modify version hint

This commit is contained in:
Thomas Gelf 2016-01-11 11:07:13 +01:00
parent 998402e4f4
commit 5d3512063f

View File

@ -27,11 +27,10 @@ any API access.
Versioning Versioning
---------- ----------
Many REST APIs include version strings in their URLs, Icinga Director Many REST APIs include version strings in like /v1/ their URLs, Icinga Director
doesn't. We will try hard to not break compatibility with future versions. doesn't. We will try hard to not break compatibility with future versions.
Sure, sooner or later we also might be forced to introduce some kind of Sure, sooner or later we also might be forced to introduce some kind of
versioning. But who knows? So we decided to not pollute our beautiful URLs versioning. But who knows?
with ugly extensions like /v1/.
As a developer you can trust us to not remove any existing REST url or any As a developer you can trust us to not remove any existing REST url or any
provided property. However, you must always be ready to accept new properties. provided property. However, you must always be ready to accept new properties.