Files
NowChessSystems/bruno/game/02 Get Game.bru
T
Janis 5ad5efb41e
Build & Test (NowChessSystems) TeamCity build failed
feat: NCS-37 Quarkus integration (#35)
Reviewed-on: #35
Reviewed-by: Leon Hermann <lq@blackhole.local>
2026-04-21 12:35:20 +02:00

13 lines
143 B
Plaintext

meta {
name: Get Game
type: http
seq: 2
}
http {
method: GET
url: {{baseUrl}}/api/board/game/{{gameId}}
body: none
auth: none
}