16 lines
166 B
Plaintext
16 lines
166 B
Plaintext
meta {
|
|
name: Get Game
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
http {
|
|
method: GET
|
|
url: {{baseUrl}}/board/game/{{gameId}}
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Accept: application/json
|
|
}
|