From 790486687c92dff57d0c7ba6672fd49e0ac50c0b Mon Sep 17 00:00:00 2001 From: Yunobot Date: Thu, 3 Jan 2019 16:09:41 +0000 Subject: [PATCH] Maj update --- admin_api_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_api_fr.md b/admin_api_fr.md index 8ea0df94..a31ce4e1 100644 --- a/admin_api_fr.md +++ b/admin_api_fr.md @@ -6,7 +6,7 @@ L’API utilise l’adresse https://VOTRESERVEUR/yunohost/api et toutes les acti Il faut d’abord récupérer un cookie de connexion pour ensuite réaliser les actions. Voici un exemple via curl : ```bash - Login (avec mot de passe admin): curl -k -d “password=XXX” –dump-header headers https://VOTRESERVEUR/yunohost/api/login + Login (avec mot de passe admin): curl -k -H “X-Requested-With: customscript” -d “password=XXX” –dump-header headers https://VOTRESERVEUR/yunohost/api/login GET: curl -k -i -H “Accept: application/json” -H “Content-Type: application/json” -L -b headers -X GET https://VOTRESERVEUR/yunohost/api/ROUTE | grep }| python -mjson.tool ``` Pour simplifier l’administration à distance d’une instance YunoHost dans le cadre d’un projet CHATONS, des classes API ont été développées par des utilisateurs.