Files
NowChessSystems/bruno/board/game/02 Get Game.bru
T
Janis 3df199afa1
Build & Test (NowChessSystems) TeamCity build failed
feat(game): introduce game modes and time control features
2026-04-23 21:56:21 +02:00

16 lines
169 B
Plaintext

meta {
name: Get Game
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}
body: none
auth: none
}
vars:pre-request {
gameId: Yg200tOF
}