rpi-relay/internal/api/swagger.go

27 lines
504 B
Go

// 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