evening_detective/api/requests.http
2025-06-17 03:10:31 +07:00

64 lines
933 B
HTTP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Получение игры
GET http://localhost:8090/game
### Старт игры
POST http://localhost:8090/game/start
### Стоп игры
POST http://localhost:8090/game/stop
### Получение списка комад
GET http://localhost:8090/teams
### Добавление команд
POST http://localhost:8090/teams
{
"teams": [
{
"name": "Облако"
},
{
"name": "Кустик"
}
]
}
### Получение команды
GET http://localhost:8090/team
X-Id: name
X-Password: pass
### Ход команды
POST http://localhost:8090/team/actions
X-Id: 1
X-Password: pass
{
"place": "A-1"
}
### Выдача приложения
POST http://localhost:8090/teams/1/applications
{
"applications": [
{
"id": 10
}
]
}
### Qr коды команд в pdf
GET http://localhost:8090/teams/pdf