Show / Hide Table of Contents

Class RiotApi

Inheritance
System.Object
RiotApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille
Assembly: Camille.dll
Syntax
public class RiotApi

Fields

| Improve this Doc View Source

ChampionMasteryV4

Declaration
public readonly ChampionMasteryV4Endpoints ChampionMasteryV4
Field Value
Type Description
ChampionMasteryV4Endpoints
| Improve this Doc View Source

ChampionV3

Declaration
public readonly ChampionV3Endpoints ChampionV3
Field Value
Type Description
ChampionV3Endpoints
| Improve this Doc View Source

ClashV1

Declaration
public readonly ClashV1Endpoints ClashV1
Field Value
Type Description
ClashV1Endpoints
| Improve this Doc View Source

LeagueExpV4

Declaration
public readonly LeagueExpV4Endpoints LeagueExpV4
Field Value
Type Description
LeagueExpV4Endpoints
| Improve this Doc View Source

LeagueV4

Declaration
public readonly LeagueV4Endpoints LeagueV4
Field Value
Type Description
LeagueV4Endpoints
| Improve this Doc View Source

LolStatusV3

Declaration
public readonly LolStatusV3Endpoints LolStatusV3
Field Value
Type Description
LolStatusV3Endpoints
| Improve this Doc View Source

LorRankedV1

Declaration
public readonly LorRankedV1Endpoints LorRankedV1
Field Value
Type Description
LorRankedV1Endpoints
| Improve this Doc View Source

MatchV4

Declaration
public readonly MatchV4Endpoints MatchV4
Field Value
Type Description
MatchV4Endpoints
| Improve this Doc View Source

SpectatorV4

Declaration
public readonly SpectatorV4Endpoints SpectatorV4
Field Value
Type Description
SpectatorV4Endpoints
| Improve this Doc View Source

SummonerV4

Declaration
public readonly SummonerV4Endpoints SummonerV4
Field Value
Type Description
SummonerV4Endpoints
| Improve this Doc View Source

TftLeagueV1

Declaration
public readonly TftLeagueV1Endpoints TftLeagueV1
Field Value
Type Description
TftLeagueV1Endpoints
| Improve this Doc View Source

TftMatchV1

Declaration
public readonly TftMatchV1Endpoints TftMatchV1
Field Value
Type Description
TftMatchV1Endpoints
| Improve this Doc View Source

TftSummonerV1

Declaration
public readonly TftSummonerV1Endpoints TftSummonerV1
Field Value
Type Description
TftSummonerV1Endpoints
| Improve this Doc View Source

ThirdPartyCodeV4

Declaration
public readonly ThirdPartyCodeV4Endpoints ThirdPartyCodeV4
Field Value
Type Description
ThirdPartyCodeV4Endpoints
| Improve this Doc View Source

TournamentStubV4

Declaration
public readonly TournamentStubV4Endpoints TournamentStubV4
Field Value
Type Description
TournamentStubV4Endpoints
| Improve this Doc View Source

TournamentV4

Declaration
public readonly TournamentV4Endpoints TournamentV4
Field Value
Type Description
TournamentV4Endpoints

Methods

| Improve this Doc View Source

NewInstance(IRiotApiConfig)

Creates a new RiotApi instance with the provided configuration.

Declaration
public static RiotApi NewInstance(IRiotApiConfig config)
Parameters
Type Name Description
IRiotApiConfig config

RiotApiConfig to use.

Returns
Type Description
RiotApi

RiotApi instance using supplied configuration.

| Improve this Doc View Source

NewInstance(String)

Creates a new RiotApi instance with default configuration.

Declaration
public static RiotApi NewInstance(string apiKey)
Parameters
Type Name Description
System.String apiKey

Riot API key.

Returns
Type Description
RiotApi

RiotApi instance using supllied apiKey.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX