diff --git a/README.md b/README.md index 607cb91..92ebac9 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ Afficher sur l'**écran d'accueil** une liste récapitulative des plantes identi ## Groupes +### Formation initiale + Groupe | Dépôt --- |--- 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 MERIMI Ayat | https://github.com/merimia/SAE6_MERIMI 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 ALGUL Sefer ; GRANDGIRARD Louis | https://gitlab.univ-lorraine.fr/algul12u/sae-6 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 DUFOUR Louise ; MARTIN Mathis | 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 +```