Actions related to lookup data.
- actions.lookup
- .getSkillTagsInit() ⇒
Action
- .getSkillTagsDone() ⇒
Action
- .getCountriesInit() ⇒
Action
- .getCountriesDone() ⇒
Action
- .getAllCountriesInit() ⇒
Action
- .getAllCountriesDone(tokenV3) ⇒
Action
- .getReviewTypesInit() ⇒
Action
- .getReviewTypesDone(tokenV3) ⇒
Action
- .getSkillTagsInit() ⇒
Creates an action that signals beginning of getting all skill tags.
Kind: static method of actions.lookup
Creates an action that gets all skill tags.
Kind: static method of actions.lookup
Creates an action that gets all countries.
Kind: static method of actions.lookup
Creates an action that gets all countries new version.
Kind: static method of actions.lookup
Param | Type | Description |
---|---|---|
tokenV3 | String |
Topcoder v3 auth token. |
Creates an action that gets all reiview types.
Kind: static method of actions.lookup
Creates an action that gets all review types.
Kind: static method of actions.lookup
Param | Type | Description |
---|---|---|
tokenV3 | String |
Topcoder v3 auth token. |