Class: User

classes~User()

Class representing a user.

Constructor

new User()

Source:

Methods

(async) addContribution()

Add a contribution to the user.
Source:

(async) addGoalsIfNotExists()

Add goals if they do not exist.
Source:

(async) changeGoalProgressByTrackName()

Change the progress of a goal by name.
Source:

(async) delete()

Deletes a user.
Source:

(async) getContributionPoints()

Get the contribution points of the user.
Source:

(async) getContributionType()

Get the contribution type.
Source:

(async) getGoals()

Get the contributions of the user.
Source:

(async) getMeta()

Get a meta value for the user.
Source:

(async) getScans()

Get the scans of the user.
Source:

(async) setMeta()

Set a meta value for the user.
Source: