Show / Hide Table of Contents

Interface IRiotApiConfig

Namespace: MingweiSamuel.Camille
Assembly: Camille.dll
Syntax
public interface IRiotApiConfig

Properties

| Improve this Doc View Source

ApiKey

Riot Games API key.

Declaration
string ApiKey { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ConcurrentInstanceFactor

Multiplier for using concurrent instances. For example, use 0.25 for 4 concurrent instances equally spread.

Declaration
float ConcurrentInstanceFactor { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MaxConcurrentRequests

Maximum number of concurrent requests allowed.

Declaration
int MaxConcurrentRequests { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

OverheadFactor

Overhead factor to reduce the chance 429s due to network noise.

Declaration
float OverheadFactor { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Retries

Number of times to retry a failed request (zero for no retries).

Declaration
int Retries { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TokenBucketFactory

Factory for creating temporal buckets.

Declaration
TokenBucketFactory TokenBucketFactory { get; }
Property Value
Type Description
TokenBucketFactory
  • Improve this Doc
  • View Source
Back to top Generated by DocFX