Files
NowChessSystems/bruno/board/game/03 Stream Game.bru
T
Janis 9cb14e26e1
Build & Test (NowChessSystems) TeamCity build failed
feat: NCS-53 changed IO to MicroService for easier scaling
2026-04-21 14:15:44 +02:00

20 lines
223 B
Plaintext

meta {
name: Stream Game
type: http
seq: 3
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/stream
body: none
auth: none
}
headers {
Accept: application/x-ndjson
}
vars:pre-request {
gameId: tjOgyEcS
}