Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Users

Hierarchy

  • Users

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private api

api: api

Methods

banner

  • banner(userResolvable: string | number, dest?: string): Promise<string>
  • Gets the banner of a user by scraping the html site. You can also optionally download it.

    Parameters

    • userResolvable: string | number
    • Optional dest: string

    Returns Promise<string>

get

  • get(userResolvable: string | number): Promise<any>
  • Gets a user by username or ID/URL.

    Parameters

    • userResolvable: string | number

    Returns Promise<any>

sig

  • Generates a signature using osu!next signature generator. You can optionally also download it to a location.

    Parameters

    Returns Promise<any>

Generated using TypeDoc