590924254e
Reviewed-on: #40
35 lines
353 B
Plaintext
35 lines
353 B
Plaintext
meta {
|
|
name: Stream Game
|
|
type: ws
|
|
seq: 3
|
|
}
|
|
|
|
ws {
|
|
url: {{wsBaseUrl}}/api/board/game/{{gameId}}/ws
|
|
body: ws
|
|
auth: none
|
|
}
|
|
|
|
body:ws {
|
|
name: move
|
|
content: '''
|
|
{
|
|
"type": "MOVE",
|
|
"uci": "b1c3"
|
|
}
|
|
'''
|
|
}
|
|
|
|
body:ws {
|
|
name: ping
|
|
content: '''
|
|
{
|
|
"type": "PING"
|
|
}
|
|
'''
|
|
}
|
|
|
|
vars:pre-request {
|
|
gameId: j0nPtcjl
|
|
}
|