mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-13 05:17:12 +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
|
||||
|
||||
"""
|
||||
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user