Skip to content

Files

Latest commit

6575f2a · Dec 2, 2019

History

History
60 lines (42 loc) · 2.59 KB

actions.lookup.md

File metadata and controls

60 lines (42 loc) · 2.59 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.

actions.lookup.getReviewTypesInit() ⇒ Action

Creates an action that gets all reiview types.

Kind: static method of actions.lookup

actions.lookup.getReviewTypesDone(tokenV3) ⇒ Action

Creates an action that gets all review types.

Kind: static method of actions.lookup

Param Type Description
tokenV3 String Topcoder v3 auth token.