21 lines
299 B
Plaintext
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.
|
|
}
|