Skip to content

v2.user.me.download.quota

cyperdark edited this page May 11, 2022 · 2 revisions

Return user download quota number?

Authentication

const { auth } = require('osu-api-extended');
await auth.login_lazer(username, password);

Function

await v2.user.me.download.quota()

Response

export interface response {
  quota_used: number;
}

[v3.x.x] Documentation


[v2.x.x] Documentation

Clone this wiki locally