Files
NowChessSystems/bruno/backcore/game/03-stream-game.bru
T
2026-04-15 10:14:48 +02:00

17 lines
192 B
Plaintext

meta {
name: Stream game (NDJSON)
type: http
seq: 3
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/stream
body: none
auth: none
}
headers {
Accept: application/x-ndjson
}