feat: NCS-53 changed IO to MicroService for easier scaling (#37)
Reviewed-on: #37 Reviewed-by: Shahd Lala <shosho996@blackhole.local>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user