Files
NowChessSystems/bruno/bot/02 Stream Game Events.bru
T
2026-04-30 18:56:54 +02:00

21 lines
299 B
Plaintext

meta {
name: Stream Game Events
type: http
seq: 2
}
http {
method: GET
url: {{baseUrl}}/bot/game/stream/{{gameId}}
auth: none
}
headers {
Accept: text/event-stream
}
notes {
Server-Sent Events stream of game updates.
No authentication required - broadcasts all state changes.
}