Files
bgApp/API Tests/BGApp/Players/List.yml

23 lines
319 B
YAML

info:
name: List
type: http
seq: 5
http:
method: GET
url: "{{BASE_URL}}/{{SECTOR}}/list/{{PageSize}}/{{Page}}"
auth: inherit
runtime:
variables:
- name: PageSize
value: "100"
- name: Page
value: "1"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5