Actions related to members data.
- actions.members
- .drop(handle) ⇒
Action
- .dropAll() ⇒
Action
- .getAchievementsInit(handle, uuid) ⇒
Action
- .getAchievementsDone(handle, uuid) ⇒
Action
- .getAchievementsV3Done(handle, uuid) ⇒
Action
- .getFinancesInit(handle, uuid) ⇒
Action
- .getFinancesDone(handle, uuid, tokenV3) ⇒
Action
- .getStatsInit(handle, uuid) ⇒
Action
- .getStatsDone(handle, uuid, tokenV3) ⇒
Action
- .getActiveChallengesInit(handle, uuid) ⇒
Object
- .getActiveChallengesDone(handle, uuid, tokenV3) ⇒
Object
- .getStatsHistoryInit(handle, uuid) ⇒
Action
- .getStatsHistoryDone(handle, uuid, tokenV3) ⇒
Action
- .getStatsDistributionInit(handle, uuid) ⇒
Action
- .getStatsDistributionDone(handle, track, subTrack, uuid, tokenV3) ⇒
Action
- .drop(handle) ⇒
Creates an action that drops all information related to the specfied member.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Topcoder user handle. |
Creates an action that drops all member information loaded by actions from this module.
Kind: static method of actions.members
Creates an action that signals beginning of member achievements loading.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Loading operation UUID. |
Creates an action that loads member achievements from v2 API.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Loading operation |
Creates an action that loads member achievements from v3 API.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Loading operation |
Creates an action that signals beginning of loading the member's financial information.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Operation UUID. |
Creates an action that loads member's financial information.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Operation UUID. |
tokenV3 | String |
v3 auth token. |
Creates an action that signals beginning of member stats loading.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Operation UUID. |
Create an action that loads member statistics.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Operation UUID. |
tokenV3 | String |
v3 auth token. |
Payload creator for the action that inits the loading of member active challenges.
Kind: static method of actions.members
Returns: Object
- Payload
Param | Type |
---|---|
handle | String |
uuid | String |
Payload creator for the action that loads the member active challenges.
Kind: static method of actions.members
Returns: Object
- Payload
Param | Type |
---|---|
handle | String |
uuid | String |
tokenV3 | String |
Create an action that signals beginning of member stats distribution history.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Operation UUID. |
Create an action that loads the member stats history.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Operation UUID. |
tokenV3 | String |
v3 auth token. |
Create an action that signals beginning of member stats distribution loading.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
uuid | String |
Operation UUID. |
Create an action that loads the member stats distribution.
Kind: static method of actions.members
Param | Type | Description |
---|---|---|
handle | String |
Member handle. |
track | String |
Main track name. |
subTrack | String |
Subtrack name. |
uuid | String |
Operation UUID. |
tokenV3 | String |
v3 auth token. |