16 lines
172 B
Plaintext
16 lines
172 B
Plaintext
meta {
|
|
name: Get Game Record
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
http {
|
|
method: GET
|
|
url: {{storeBaseUrl}}/game/{{gameId}}
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Accept: application/json
|
|
}
|