Files
KnockOutWhist-Web/bruno/KnockOutWhist/Game/Get Game.bru

21 lines
186 B
Plaintext

meta {
name: Get Game
type: http
seq: 2
}
get {
url: {{host}}/game/:id
body: none
auth: inherit
}
params:path {
id: uZDNZA
}
settings {
encodeUrl: true
timeout: 0
}