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()
Assembly: Camille.dll
Syntax
Fields
|
Improve this Doc
View Source
ChampionMasteryV4
Declaration
public readonly ChampionMasteryV4Endpoints ChampionMasteryV4
Field Value
|
Improve this Doc
View Source
ChampionV3
Declaration
public readonly ChampionV3Endpoints ChampionV3
Field Value
|
Improve this Doc
View Source
ClashV1
Declaration
public readonly ClashV1Endpoints ClashV1
Field Value
|
Improve this Doc
View Source
LeagueExpV4
Declaration
public readonly LeagueExpV4Endpoints LeagueExpV4
Field Value
|
Improve this Doc
View Source
LeagueV4
Declaration
public readonly LeagueV4Endpoints LeagueV4
Field Value
|
Improve this Doc
View Source
LolStatusV3
Declaration
public readonly LolStatusV3Endpoints LolStatusV3
Field Value
|
Improve this Doc
View Source
LorRankedV1
Declaration
public readonly LorRankedV1Endpoints LorRankedV1
Field Value
|
Improve this Doc
View Source
MatchV4
Declaration
public readonly MatchV4Endpoints MatchV4
Field Value
|
Improve this Doc
View Source
SpectatorV4
Declaration
public readonly SpectatorV4Endpoints SpectatorV4
Field Value
|
Improve this Doc
View Source
SummonerV4
Declaration
public readonly SummonerV4Endpoints SummonerV4
Field Value
|
Improve this Doc
View Source
TftLeagueV1
Declaration
public readonly TftLeagueV1Endpoints TftLeagueV1
Field Value
|
Improve this Doc
View Source
TftMatchV1
Declaration
public readonly TftMatchV1Endpoints TftMatchV1
Field Value
|
Improve this Doc
View Source
TftSummonerV1
Declaration
public readonly TftSummonerV1Endpoints TftSummonerV1
Field Value
|
Improve this Doc
View Source
ThirdPartyCodeV4
Declaration
public readonly ThirdPartyCodeV4Endpoints ThirdPartyCodeV4
Field Value
|
Improve this Doc
View Source
TournamentStubV4
Declaration
public readonly TournamentStubV4Endpoints TournamentStubV4
Field Value
|
Improve this Doc
View Source
TournamentV4
Declaration
public readonly TournamentV4Endpoints TournamentV4
Field Value
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
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.
|