summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-10 22:26:39 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-10 22:26:39 +0200
commitf8316faf120854ec52aac0aa967bdb738308b16a (patch)
treebe7f507138d6ad51ddbc49c082fc277c3d698197 /docs
parent2cf80cdaddc5cac5fda999454a937e7beabe2bff (diff)
Add information on how to detect API levels
Diffstat (limited to 'docs')
-rw-r--r--docs/developer/External-Api.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/developer/External-Api.md b/docs/developer/External-Api.md
index 0faf7495c..efea8aeca 100644
--- a/docs/developer/External-Api.md
+++ b/docs/developer/External-Api.md
@@ -138,6 +138,8 @@ Status codes:
* **404**: The News app is disabled or not installed.
+**Note**: Future News app versions **may remove** the v1-2 API level depending on how widespread the adoption has become. You should therefore always make sure which API levels are actually supported.
+
### Authentication
Because REST is stateless you have to re-send user and password each time you access the API. Therefore running ownCloud **with SSL is highly recommended** otherwise **everyone in your network can log your credentials**.