Class Endpoints
Inheritance
System.Object
Endpoints
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 SourceEndpoints(RiotApi)
Declaration
protected Endpoints(RiotApi riotApi)
Parameters
Type | Name | Description |
---|---|---|
RiotApi | riotApi |
Fields
| Improve this Doc View SourceQUERY_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>> |
RiotApi
Declaration
protected readonly RiotApi RiotApi
Field Value
Type | Description |
---|---|
RiotApi |