17 lines
192 B
Plaintext
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
|
|
}
|
|
|