mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #2531 from nextcloud/jospoortvliet-patch-1
This commit is contained in:
@@ -7,8 +7,8 @@ External API
|
||||
Introduction
|
||||
------------
|
||||
The external API inside Nextcloud allows third party developers to access data
|
||||
provided by Nextcloud apps. Nextcloud follows the `OpenCloudMesh
|
||||
specification <https://lukasreschke.github.io/OpenCloudMeshSpecification/>`_ (draft).
|
||||
provided by Nextcloud apps. Nextcloud follows the `Open Collaboration Services
|
||||
specification <https://open-collaboration-services.org>`_.
|
||||
|
||||
Usage
|
||||
-----
|
||||
@@ -117,3 +117,13 @@ The statuscode can be any of the following numbers:
|
||||
* **997** - not authorized
|
||||
* **998** - not found
|
||||
* **999** - unknown error
|
||||
|
||||
Changing API and backwards compatibility
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
We aim to keep our API as stable as possible to avoid breaking third-party apps.
|
||||
Before an API is allowed to be removed, it should be marked as deprecated for at
|
||||
least 2 years (6 Nextcloud releases) before it gets removed.
|
||||
|
||||
Changing the API `should be discussed in a github issue in our server repo
|
||||
<https://github.com/nextcloud/server/issues>`_. A pull request is most welcome.
|
||||
|
||||
Reference in New Issue
Block a user