Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

User Identity Methods

User Profile Methods

User Submissions Methods

User Contributions Methods

User Identity Methods

getIdentity

  • getIdentity(this: Discojs): Promise<{} & {}>

Protected getUsername

  • getUsername(this: Discojs): Promise<string>
  • Retrieve authenticated user's username.

    remarks

    Used internally within methods that use username as a param.

    Parameters

    Returns Promise<string>

User Profile Methods

editProfile

getProfile

  • getProfile(this: Discojs): Promise<{} & {} & {}>

getProfileForUser

  • getProfileForUser(this: Discojs, username: string): Promise<{} & {} & {}>

User Submissions Methods

getSubmissions

getSubmissionsForUser

  • getSubmissionsForUser(this: Discojs, username: string, pagination?: Pagination): Promise<{}>

User Contributions Methods

getContributions

getContributionsForUser

Legend

Generated using TypeDoc