feat(gateway): added first implement of the Gateway (MQTT, Influx, REST)

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-04-14 22:39:47 +02:00
parent d33a6a1d02
commit e6ef490314
14 changed files with 928 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"swagger": "2.0",
"info": {
"description": "REST API for the SoftwEng course in MSE",
"title": "Swagger SoftwEng API",
"contact": {},
"version": "1.0"
},
"host": "rest.mse.kb28.ch",
"basePath": "/",
"paths": {},
"securityDefinitions": {
"BasicAuth": {
"type": "basic"
}
}
}