Maj update

This commit is contained in:
Yunobot 2019-01-03 16:09:41 +00:00
parent f89dde8c23
commit 790486687c

View file

@ -6,7 +6,7 @@ LAPI utilise ladresse https://VOTRESERVEUR/yunohost/api et toutes les acti
Il faut dabord 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 ladministration à distance dune instance YunoHost dans le cadre dun projet CHATONS, des classes API ont été développées par des utilisateurs.