@@ -66,8 +66,7 @@ In this folder you will find some tools ( a Mailer to send some email `ParamsMa
- Here we have the api that allows the `robot server` to interact with the `server`.
- The [RobotServerApi.js]
(https://gitlab.cluster.ensisa.uha.fr/devcolis/colis/-/blob/dev/server/robotServerApi/RobotServerApi.js) provides HTTP request functions that allow the robot server to communicate with the colis server `server`, sending requests to update and retrieve vehicle information as needed using the `robotController.js`.
- The [RobotServerApi.js](https://gitlab.cluster.ensisa.uha.fr/devcolis/colis/-/blob/dev/server/robotServerApi/RobotServerApi.js) provides HTTP request functions that allow the robot server to communicate with the colis server `server`, sending requests to update and retrieve vehicle information as needed using the `robotController.js`.
- The [RobotServerApiEntity.js]
- The [RobotServerApiEntity.js](https://gitlab.cluster.ensisa.uha.fr/devcolis/colis/-/blob/dev/server/robotServerApi/RobotServerApiEntity.js)
provides HTTP request functions enabling the robot server to communicate with the colis server, specifically to retrieve vehicle planning and the demands associated with it.