Tidied up Bruno files. Implemented builder utility to have more powerful route definitions.
This commit is contained in:
@@ -5,9 +5,16 @@ info:
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{BASE_URL}}/api/player/list"
|
||||
url: "{{BASE_URL}}/{{SECTOR}}/list/{{PageSize}}/{{Page}}"
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: PageSize
|
||||
value: "100"
|
||||
- name: Page
|
||||
value: "1"
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
|
||||
Reference in New Issue
Block a user