docs: Remove API stability disclaimers
Not as if we've had the freedom to break anything for ages anyway. Fixes #1049
This commit is contained in:
parent
a05c097106
commit
26d07b2cfe
@ -14,18 +14,6 @@ WebSocket API for use both from browsers and Node.js. The
|
||||
:ref:`http-explore-extension` extension, can also be used to get you
|
||||
familiarized with HTTP based APIs.
|
||||
|
||||
.. warning:: API stability
|
||||
|
||||
Since the HTTP JSON-RPC API 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.
|
||||
|
||||
|
||||
.. _http-post-api:
|
||||
|
||||
|
||||
@ -4,13 +4,10 @@
|
||||
API reference
|
||||
*************
|
||||
|
||||
.. warning:: API stability
|
||||
.. note:: What is public?
|
||||
|
||||
Only APIs documented here are public and open for use by Mopidy
|
||||
extensions. We will change these APIs, but will keep the changelog up to
|
||||
date with all breaking changes.
|
||||
|
||||
From Mopidy 1.0 and onwards, we intend to keep these APIs far more stable.
|
||||
extensions.
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
||||
@ -8,18 +8,6 @@ We've made a JavaScript library, Mopidy.js, which wraps the
|
||||
:ref:`websocket-api` and gets you quickly started with working on your client
|
||||
instead of figuring out how to communicate with Mopidy.
|
||||
|
||||
.. warning:: API stability
|
||||
|
||||
Since the Mopidy.js API 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.
|
||||
|
||||
|
||||
Getting the library for browser use
|
||||
===================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user