Show / Hide Table of Contents

Interface IGenericResponse

API response containing the essential information about a player

Inherited Members
IStat.Username
IStat.Platform
IStat.UbisoftID
IStat.UplayID
IStat.Avatar146
IStat.Avatar256
IStat.LastUpdated
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IGenericResponse : IStat

Properties

| Improve this Doc View Source

Aliases

Previous aliases used by the player

Declaration
IReadOnlyList<Alias> Aliases { get; }
Property Value
Type Description
IReadOnlyList<Alias>
| Improve this Doc View Source

PlayerProgression

Player's experience data

Declaration
PlayerProgression PlayerProgression { get; }
Property Value
Type Description
PlayerProgression
| Improve this Doc View Source

Stats

Overall stats of the player

Declaration
GenericResponseStats Stats { get; }
Property Value
Type Description
GenericResponseStats
| Improve this Doc View Source

TimeStamps

Time information of the archived data

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