Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UserAPI

Hierarchy

  • UserAPI

Index

Methods

Static get

  • get(): Promise<User>
  • Fetch the information of the user.

    Returns Promise<User>

    Promise of the user.

Static getUnprocessed

  • Fetch the information of the user.

    Returns Promise<IUserData>

    Promise of the data of the user.

Generated using TypeDoc