Fixed some behaviour in Elo calculation. Began implement match logic.

This commit is contained in:
jd
2026-02-22 02:07:44 +00:00
parent 3464f32c46
commit 564ffe7c8c
4 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
info:
name: Get
type: http
seq: 2
http:
method: GET
url: "{{BASE_URL}}/{{SECTOR}}/{{MatchID}}"
auth: inherit
runtime:
variables:
- name: MatchID
value: 9YQ84M
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5