@@ -16,7 +16,7 @@ Actions related to Topcoder challenges APIs.
16
16
* [ .unregisterInit()] ( #module_actions.challenge.unregisterInit ) ⇒ <code >Action</code >
17
17
* [ .unregisterDone(auth, challengeId)] ( #module_actions.challenge.unregisterDone ) ⇒ <code >Action</code >
18
18
* [ .loadResultsInit(challengeId)] ( #module_actions.challenge.loadResultsInit ) ⇒ <code >Action</code >
19
- * [ .loadResultsDone(auth, challengeId, type )] ( #module_actions.challenge.loadResultsDone ) ⇒ <code >Action</code >
19
+ * [ .loadResultsDone(challengeId, tokenV3 )] ( #module_actions.challenge.loadResultsDone ) ⇒ <code >Action</code >
20
20
* [ .fetchCheckpointsInit()] ( #module_actions.challenge.fetchCheckpointsInit ) ⇒ <code >Action</code >
21
21
* [ .fetchCheckpointsDone(tokenV2, challengeId)] ( #module_actions.challenge.fetchCheckpointsDone )
22
22
* [ .toggleCheckpointFeedback(id, open)] ( #module_actions.challenge.toggleCheckpointFeedback ) ⇒ <code >Action</code >
@@ -144,18 +144,15 @@ Creates an action that signals beginning of challenge results loading.
144
144
145
145
<a name =" module_actions.challenge.loadResultsDone " ></a >
146
146
147
- ### actions.challenge.loadResultsDone(auth, challengeId, type ) ⇒ <code >Action</code >
147
+ ### actions.challenge.loadResultsDone(challengeId, tokenV3 ) ⇒ <code >Action</code >
148
148
Creates an action that loads challenge results.
149
149
150
- ** Kind** : static method of [ <code >actions.challenge</code >] ( #module_actions.challenge )
150
+ ** Kind** : static method of [ <code >actions.challenge</code >] ( #module_actions.challenge )
151
151
152
152
| Param | Type | Description |
153
153
| --- | --- | --- |
154
- | auth | <code >Object</code > | Object that holds Topcoder auth tokens. |
155
- | [ auth.tokenV2] | <code >String</code > | v2 token. |
156
- | [ auth.tokenV3] | <code >String</code > | v3 token. |
157
154
| challengeId | <code >Number</code > \| <code >String</code > | Challenge ID. Should match the one passed in the previous [ loadResultsInit] ( #module_actions.challenge.loadResultsInit ) call. |
158
- | type | <code >String</code > | Challenge type . |
155
+ | tokenV3 | <code >String</code > | Topcoder v3 auth token . |
159
156
160
157
<a name =" module_actions.challenge.fetchCheckpointsInit " ></a >
161
158
0 commit comments