Seraphine.ClashV1 (Seraphine v0.1.4)
Module for CLASH-V1 API.
Link to this section Summary
Functions
Get the active and upcoming clash tournaments on region
.
Get the current clash registration for encrypted summoner_id
on region
.
Get a teams clash registration with their team_id
on region
.
Get a tournament by tournament_id
is registered for on region
.
Get a tournament a team_id
is registered for on region
.
Link to this section Functions
Link to this function
active_and_upcoming_tournaments(region)
Get the active and upcoming clash tournaments on region
.
Link to this function
registration_by_summoner_id(region, summoner_id)
Get the current clash registration for encrypted summoner_id
on region
.
Link to this function
team_by_team_id(region, team_id)
Get a teams clash registration with their team_id
on region
.
Link to this function
tournament_by_id(region, tournament_id)
Get a tournament by tournament_id
is registered for on region
.
Link to this function
tournament_by_team_id(region, team_id)
Get a tournament a team_id
is registered for on region
.