Show / Hide Table of Contents

Class Endpoints

Inheritance
System.Object
Endpoints
ChampionMasteryV4Endpoints
ChampionV3Endpoints
ClashV1Endpoints
LeagueExpV4Endpoints
LeagueV4Endpoints
LolStatusV3Endpoints
LorRankedV1Endpoints
MatchV4Endpoints
SpectatorV4Endpoints
SummonerV4Endpoints
TftLeagueV1Endpoints
TftMatchV1Endpoints
TftSummonerV1Endpoints
ThirdPartyCodeV4Endpoints
TournamentStubV4Endpoints
TournamentV4Endpoints
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 abstract class Endpoints

Constructors

| Improve this Doc View Source

Endpoints(RiotApi)

Declaration
protected Endpoints(RiotApi riotApi)
Parameters
Type Name Description
RiotApi riotApi

Fields

| Improve this Doc View Source

QUERY_PARAMS_EMPTY

Declaration
protected static readonly IEnumerable<KeyValuePair<string, string>> QUERY_PARAMS_EMPTY
Field Value
Type Description
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>
| Improve this Doc View Source

RiotApi

Declaration
protected readonly RiotApi RiotApi
Field Value
Type Description
RiotApi
  • Improve this Doc
  • View Source
Back to top Generated by DocFX