Update comment with usage help

This commit is contained in:
norohind 2021-11-28 17:16:45 +03:00
parent 3757cc1b07
commit 4ab06f00de
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

16
web.py
View File

@ -6,8 +6,22 @@ import os
import utils
"""
Request /activity/cqc?platform=pc[&limit=50&after=&before]
/leaderboard/{leaderboard_type}/platform/{platform}?[limit=<int>
&after=<timestamp (as "Timestamp UTC" column format)>&after=<timestamp (as "Timestamp UTC" column format)>]
leaderboard_type - one of
powerplay
cqc
trade
exploration
aegis
bgs
combat
platform - one of
XBOX
PS4
PC
"""
model.open_model()