Skip to content

Files

Latest commit

0be139e · Oct 9, 2019

History

History
42 lines (29 loc) · 1.79 KB

actions.lookup.md

File metadata and controls

42 lines (29 loc) · 1.79 KB

actions.lookup

Actions related to lookup data.

actions.lookup.getSkillTagsInit() ⇒ Action

Creates an action that signals beginning of getting all skill tags.

Kind: static method of actions.lookup

actions.lookup.getSkillTagsDone() ⇒ Action

Creates an action that gets all skill tags.

Kind: static method of actions.lookup

actions.lookup.getCountriesDone() ⇒ Action

Creates an action that gets all countries.

Kind: static method of actions.lookup

actions.lookup.getAllCountriesDone(tokenV3) ⇒ Action

Creates an action that gets all countries new version.

Kind: static method of actions.lookup

Param Type Description
tokenV3 String Topcoder v3 auth token.