Sesame-Server/Sources/App/API.swift

11 lines
244 B
Swift
Raw Normal View History

2022-01-24 17:17:06 +01:00
import Foundation
enum PublicAPI: String {
case getDeviceResponse = "response"
case getDeviceStatus = "status"
case clearKeyRequest = "clear"
case postKey = "key"
case postKeyIdParameter = "id"
case socket = "listen"
}