- Preparing search index...
- The search index is not available
pr0gramm-api
Class Pr0grammUserService
Properties
Private
Readonly
requester
Methods
ban
- ban(user, reason, days): Promise<Pr0grammResponse>
-
Parameters
-
user: string
-
reason: string
-
days: number
joinWithInvite
- joinWithInvite(token, email, password, name): Promise<ChangeUserDataResponse>
-
Parameters
-
token: string
-
email: string
-
password: string
-
name: string
joinWithToken
- joinWithToken(token, email, password, name): Promise<TokenResponse>
-
Parameters
-
token: string
-
email: string
-
password: string
-
name: string
login
- login(name, password): Promise<LogInResponse>
-
Parameters
-
name: string
-
password: string
- login(name, password, captchaToken, captchaSolution): Promise<LogInResponse>
-
Parameters
-
name: string
-
password: string
-
captchaToken: string
-
captchaSolution: string
resetPassword
- resetPassword(name, password, token): Promise<ChangeUserDataResponse>
-
Parameters
-
name: string
-
password: string
-
token: string
????