Skip to content

TOURNAMENT V3

Chau Nguyen edited this page May 12, 2017 · 3 revisions

docs

Returns the tournament code DTO associated with a tournament code string.

/lol/tournament/v3/codes/{tournamentCode}

Standard Params

  • getDTOByCode(code (string), [cb])
  • Namespaced Functions: Tournament.getDTOByCode, Tournament.DTO.by.code
k.Tournament.DTO.by.code('123123')

Object Param + Callback

N/A

Gets a list of lobby events by tournament code.

/lol/tournament/v3/lobby-events/by-code/{tournamentCode}

Standard Params

  • getLobbyListEventsByCode(code (string), cb)
  • Namespaced Functions: Tournament.getLobbyListEventsByCode, Tournament.LobbyListEvents.by.code
k.Tournament.LobbyListEvents.by.code('123123')