Skip to content

Files

Latest commit

author
Huan Li
Apr 24, 2019
b93239d · Apr 24, 2019

History

History
209 lines (147 loc) · 8.41 KB

actions.members.md

File metadata and controls

209 lines (147 loc) · 8.41 KB

actions.members

Actions related to members data.

actions.members.drop(handle) ⇒ Action

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.

actions.members.dropAll() ⇒ Action

Creates an action that drops all member information loaded by actions from this module.

Kind: static method of actions.members

actions.members.getAchievementsInit(handle, uuid) ⇒ Action

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.

actions.members.getAchievementsDone(handle, uuid) ⇒ Action

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

actions.members.getAchievementsV3Done(handle, uuid) ⇒ Action

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

actions.members.getFinancesInit(handle, uuid) ⇒ Action

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.

actions.members.getFinancesDone(handle, uuid, tokenV3) ⇒ Action

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.

actions.members.getStatsInit(handle, uuid) ⇒ Action

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.

actions.members.getStatsDone(handle, uuid, tokenV3) ⇒ Action

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.

actions.members.getActiveChallengesInit(handle, uuid) ⇒ Object

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

actions.members.getActiveChallengesDone(handle, uuid, tokenV3) ⇒ Object

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

actions.members.getStatsHistoryInit(handle, uuid) ⇒ Action

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.

actions.members.getStatsHistoryDone(handle, uuid, tokenV3) ⇒ Action

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.

actions.members.getStatsDistributionInit(handle, uuid) ⇒ Action

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.

actions.members.getStatsDistributionDone(handle, track, subTrack, uuid, tokenV3) ⇒ Action

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.