Files
NowChessSystems/bruno/game/02 Get Game.bru
T

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
}