mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #885 from yunohost-bot/anonymous-2019-01-03_03-13-25
[Anonymous contrib] Maj update
This commit is contained in:
commit
1137bb2501
1 changed files with 1 additions and 1 deletions
|
@ -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 :
|
Il faut d’abord récupérer un cookie de connexion pour ensuite réaliser les actions. Voici un exemple via curl :
|
||||||
```bash
|
```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
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue