feat(gateway): added first implement of the Gateway (MQTT, Influx, REST)
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
12
gateway/src/docs/swagger.yaml
Normal file
12
gateway/src/docs/swagger.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user