Web service
This commit is contained in:
44
README.md
44
README.md
@@ -111,6 +111,8 @@ Afficher sur l'**écran d'accueil** une liste récapitulative des plantes identi
|
|||||||
|
|
||||||
## Groupes
|
## Groupes
|
||||||
|
|
||||||
|
### Formation initiale
|
||||||
|
|
||||||
Groupe | Dépôt
|
Groupe | Dépôt
|
||||||
--- |---
|
--- |---
|
||||||
PHILIPPON-CHAMPROUX Florentin ; RATTI Martin |https://github.com/flo0s/Cocagne-Mobile-APPs
|
PHILIPPON-CHAMPROUX Florentin ; RATTI Martin |https://github.com/flo0s/Cocagne-Mobile-APPs
|
||||||
@@ -119,6 +121,8 @@ ALVARIZA BILLAR Felipe ; KANY Thomas | https://github.com/tureisss/SAE6---Evolut
|
|||||||
DUBREUIL Eliot ; ERRAES Mehdi ; MEHIAOUI Mohamed | https://gitlab.univ-lorraine.fr/erraes5u/sae6
|
DUBREUIL Eliot ; ERRAES Mehdi ; MEHIAOUI Mohamed | https://gitlab.univ-lorraine.fr/erraes5u/sae6
|
||||||
MERIMI Ayat | https://github.com/merimia/SAE6_MERIMI
|
MERIMI Ayat | https://github.com/merimia/SAE6_MERIMI
|
||||||
HERRY Elwyn ; HERRY Matteo |
|
HERRY Elwyn ; HERRY Matteo |
|
||||||
|
GAILLIEGUE Ewan | https://github.com/EwanGailliegue/SAE6-mobile-app
|
||||||
|
VINCENT Teo |
|
||||||
MEHRAZ Chayimaa ; RIFI ZAYNAB | https://github.com/Zineb-rf/jardins-cocagne-MEHRAZ-RIFI-sae6
|
MEHRAZ Chayimaa ; RIFI ZAYNAB | https://github.com/Zineb-rf/jardins-cocagne-MEHRAZ-RIFI-sae6
|
||||||
ALGUL Sefer ; GRANDGIRARD Louis | https://gitlab.univ-lorraine.fr/algul12u/sae-6
|
ALGUL Sefer ; GRANDGIRARD Louis | https://gitlab.univ-lorraine.fr/algul12u/sae-6
|
||||||
COGNET Mattheo ; BECERRA BARBA Erik | https://github.com/MattheoCo/ApplicationJardinCocagne
|
COGNET Mattheo ; BECERRA BARBA Erik | https://github.com/MattheoCo/ApplicationJardinCocagne
|
||||||
@@ -133,3 +137,43 @@ GIL Jérémie ; PETRAZOLLER Johan |
|
|||||||
NGUYEN Quang-Liem ; RALLI Clément | https://github.com/JustL0ading/NGUYEN-RALLI-SAE6
|
NGUYEN Quang-Liem ; RALLI Clément | https://github.com/JustL0ading/NGUYEN-RALLI-SAE6
|
||||||
DUFOUR Louise ; MARTIN Mathis |
|
DUFOUR Louise ; MARTIN Mathis |
|
||||||
ROBAIL Alexandre |
|
ROBAIL Alexandre |
|
||||||
|
|
||||||
|
|
||||||
|
## Web Service
|
||||||
|
|
||||||
|
Exemple de web service que vous pouvez (ou pas) utiliser.
|
||||||
|
|
||||||
|
Liste des distributions de la semaine 6.
|
||||||
|
|
||||||
|
```
|
||||||
|
GET https://api.neotech.fr/distribution
|
||||||
|
```
|
||||||
|
|
||||||
|
Pour voir la documentation OpenAPI : https://rest.wiki/?https://api.neotech.fr#
|
||||||
|
|
||||||
|
|
||||||
|
Dépôts
|
||||||
|
|
||||||
|
```
|
||||||
|
GET api.neotech.fr/depot
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Préparation
|
||||||
|
|
||||||
|
```
|
||||||
|
GET api.neotech.fr/preparation
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Tournées
|
||||||
|
|
||||||
|
```
|
||||||
|
GET api.neotech.fr/tournee
|
||||||
|
```
|
||||||
|
|
||||||
|
Itineraires
|
||||||
|
|
||||||
|
```
|
||||||
|
GET api.neotech.fr/itineraire
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user