Files
bgApp/API Tests/BGApp/Game/Get.yml

21 lines
263 B
YAML

info:
name: Get
type: http
seq: 2
http:
method: GET
url: "{{BASE_URL}}/{{SECTOR}}/{{GameID}}"
auth: inherit
runtime:
variables:
- name: GameID
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5