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,12 @@
basePath: /
host: rest.mse.kb28.ch
info:
contact: {}
description: REST API for the SoftwEng course in MSE
title: Swagger SoftwEng API
version: "1.0"
paths: {}
securityDefinitions:
BasicAuth:
type: basic
swagger: "2.0"