You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /<league>/tournament
In: None
Out: [TOURNAMENT]
Retrieves a list of tournaments in this league.
GET /<league>/tournament/<tournamentid>
In: None
Out: TOURNAMENT
Retrieves a tournament in this league.
Get /<league>/tournament/<tournamentid>/bracket
In: None
Out: [[TOURNAMENTSCRIMMAGE],...]
Retrieves the bracket for a tournament in this league. Formatted as a list of rounds, where each round is a list of subrounds. The status of a scrimmage is redacted if the winner is meant to be hidden.
The text was updated successfully, but these errors were encountered:
TOURNAMENTSCRIMMAGE = {round, subround, red_team, blue_team, status, replay}
GET /<league>/tournament
In: None
Out: [TOURNAMENT]
Retrieves a list of tournaments in this league.
GET /<league>/tournament/<tournamentid>
In: None
Out: TOURNAMENT
Retrieves a tournament in this league.
Get /<league>/tournament/<tournamentid>/bracket
In: None
Out: [[TOURNAMENTSCRIMMAGE],...]
Retrieves the bracket for a tournament in this league. Formatted as a list of rounds, where each round is a list of subrounds. The status of a scrimmage is redacted if the winner is meant to be hidden.
The text was updated successfully, but these errors were encountered: