Constructors
constructor
- new Osu(apiKey: string): Osu
Properties
api
api
: API = new api(Osu.apiKey)
beatmaps
beatmaps
: Beatmaps = new Beatmaps(this.api)
scores
scores
: Scores = new Scores(this.api)
users
users
: Users = new Users(this.api)
Static apiKey
apiKey: string
The main class for interacting with the osu! API.