mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-14 22:00:33 +03:00
Update comment with usage help
This commit is contained in:
parent
3757cc1b07
commit
4ab06f00de
16
web.py
16
web.py
@ -6,8 +6,22 @@ import os
|
|||||||
import utils
|
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()
|
model.open_model()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user