Struct riven::endpoints::TftLeagueV1[][src]

pub struct TftLeagueV1<'a> { /* fields omitted */ }
Expand description

TftLeagueV1 endpoints handle, accessed by calling tft_league_v1() on a RiotApi instance.

Riot Developer API Reference

tft-league-v1

Note: this struct is automatically generated.

Implementations

Get the challenger league.

Parameters

  • region - Region to query.

Riot Developer API Reference

tft-league-v1.getChallengerLeague

Note: this method is automatically generated.

Get league entries for a given summoner ID.

Parameters

  • region - Region to query.
  • summonerId

Riot Developer API Reference

tft-league-v1.getLeagueEntriesForSummoner

Note: this method is automatically generated.

Get all the league entries.

Parameters

  • region - Region to query.
  • tier
  • division
  • page (optional) - Defaults to 1. Starts with page 1.

Riot Developer API Reference

tft-league-v1.getLeagueEntries

Note: this method is automatically generated.

Get the grandmaster league.

Parameters

  • region - Region to query.

Riot Developer API Reference

tft-league-v1.getGrandmasterLeague

Note: this method is automatically generated.

Get league with given ID, including inactive entries.

Parameters

  • region - Region to query.
  • leagueId - The UUID of the league.

Riot Developer API Reference

tft-league-v1.getLeagueById

Note: this method is automatically generated.

Get the master league.

Parameters

  • region - Region to query.

Riot Developer API Reference

tft-league-v1.getMasterLeague

Note: this method is automatically generated.

Get the top rated ladder for given queue

Parameters

  • region - Region to query.
  • queue

Riot Developer API Reference

tft-league-v1.getTopRatedLadder

Note: this method is automatically generated.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.