rpi-relay/internal/api/swagger.go

27 lines
504 B
Go
Raw Normal View History

2021-09-16 02:19:48 +00:00
// RPI Relay API.
//
// Terms Of Service:
//
// there are no TOS at this moment, use at your own risk we take no responsibility
//
// Schemes: http, https
// Host: localhost
// BasePath: /
// Version: 0.0.1
//
// Consumes:
// - application/json
//
// Produces:
// - application/json
//
// SecurityDefinitions:
// api_key:
// type: apiKey
// name: X-Lawsnote-Key
// in: header
// description: secret
//
// swagger:meta
package api