Merge pull request #885 from yunohost-bot/anonymous-2019-01-03_03-13-25

[Anonymous contrib] Maj update
This commit is contained in:
Alexandre Aubin 2019-01-03 17:12:30 +01:00 committed by GitHub
commit 1137bb2501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.