From cd44b78ac155236949a392ba0fd84628ace9bbce Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 7 Jan 2019 14:37:38 +0100 Subject: [PATCH] API PHP class --- admin_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_api.md b/admin_api.md index b0861691..acf7c322 100644 --- a/admin_api.md +++ b/admin_api.md @@ -24,7 +24,7 @@ curl -k -i -H "Accept: application/json" \ To simplify the remote administration of a YunoHost instance in CHATONS/Librehosters projects, API classes have been developed by users. -For example, this PHP class (FIXME: where are people supposed to find it..?) will allow you to administer your YunoHost instance from a PHP application (website, capacity management tool...). +For example, this [PHP class](https://github.com/scith/yunohost-api-php) will allow you to administer your YunoHost instance from a PHP application (website, capacity management tool...). Here is an example of PHP code to add a user to your YunoHost instance: