summaryrefslogtreecommitdiffstats
path: root/lib/public/ihelper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/ihelper.php')
-rw-r--r--lib/public/ihelper.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/ihelper.php b/lib/public/ihelper.php
index a42dbf5ec61..41fe3f57c0a 100644
--- a/lib/public/ihelper.php
+++ b/lib/public/ihelper.php
@@ -33,6 +33,7 @@ namespace OCP;
/**
* Functions that don't have any specific interface to place
* @since 6.0.0
+ * @deprecated 8.1.0
*/
interface IHelper {
/**
@@ -41,6 +42,7 @@ interface IHelper {
* @param string $url the url that should be fetched
* @return string the content of the webpage
* @since 6.0.0
+ * @deprecated 8.1.0 Use \OCP\IServerContainer::getHTTPClientService
*/
public function getUrlContent($url);
}