From b1fe8024730397aebfd0732f77536e077267430b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 28 Nov 2012 15:21:53 +0100 Subject: [PATCH] http: Doc API instability --- mopidy/frontends/http/__init__.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mopidy/frontends/http/__init__.py b/mopidy/frontends/http/__init__.py index 9a4ee0e2..234f30b4 100644 --- a/mopidy/frontends/http/__init__.py +++ b/mopidy/frontends/http/__init__.py @@ -87,8 +87,13 @@ development. Details on it will appear here when it's released. **API stability** -This frontend is currently to be regarded as **experimental**, and we are not -promising to keep any form of backwards compatibility between releases. +Since this frontend exposes our internal core API directly it is to be regarded +as **experimental**. We cannot promise to keep any form of backwards +compatibility between releases as we will need to change the core API while +working out how to support new use cases. Thus, if you use this API, you must +expect to do small adjustments to your client for every release of Mopidy. + +From Mopidy 1.0 and onwards, we intend to keep the core API far more stable. """ # flake8: noqa