15 lines
228 B
HTTP
15 lines
228 B
HTTP
### DEBUG
|
|
GET http://localhost:8080/debug
|
|
|
|
### list rooms
|
|
GET http://localhost:8080/rooms
|
|
|
|
### add room
|
|
PUT http://localhost:8080/room
|
|
Content-Type: application/json
|
|
|
|
"ROOM"
|
|
|
|
### drop room
|
|
DELETE http://localhost:8080/room/ROOM
|