From f8316faf120854ec52aac0aa967bdb738308b16a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 10 May 2016 22:26:39 +0200 Subject: Add information on how to detect API levels --- docs/developer/External-Api.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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**. -- cgit v1.2.3