-
Notifications
You must be signed in to change notification settings - Fork 34
TOURNAMENT V3
Chau Nguyen edited this page May 12, 2017
·
3 revisions
- Returns the tournament code DTO associated with a tournament code string.
- Gets a list of lobby events by tournament code.
/lol/tournament/v3/codes/{tournamentCode}
- getDTOByCode(code (string), [cb])
- Namespaced Functions: Tournament.getDTOByCode, Tournament.DTO.by.code
k.Tournament.DTO.by.code('123123')
N/A
/lol/tournament/v3/lobby-events/by-code/{tournamentCode}
- getLobbyListEventsByCode(code (string), cb)
- Namespaced Functions: Tournament.getLobbyListEventsByCode, Tournament.LobbyListEvents.by.code
k.Tournament.LobbyListEvents.by.code('123123')