Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FortniteClient

class
since

0.1.0

Hierarchy

  • FortniteClient

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private BaseURL

BaseURL: string

Private sArray

sArray: number[]

Methods

getStats

  • Gets Status

    memberof

    FortniteClient

    throws

    {InvalidFortniteUser} - The InGameName supplied was not found!

    Parameters

    • user: string

      The InGameName of the user

    Returns Promise<IFortniteStatusResponse>

    FortniteStatusResponse

userExists

  • userExists(name: string): Promise<boolean>
  • Checks if an user exists

    Parameters

    • name: string

      InGamename

    Returns Promise<boolean>

    • Whether the player exists or not

Generated using TypeDoc