Skip to content

Commit ea762e6

Browse files
Merge pull request #27 from menji/develop
Add looker service, action and reducer
2 parents 4dc80a9 + e7b0a4a commit ea762e6

File tree

9 files changed

+7329
-6211
lines changed

9 files changed

+7329
-6211
lines changed

__tests__/__snapshots__/index.js.snap

+6-4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Object {
5050
"getGroupsDone": [Function],
5151
"getGroupsInit": [Function],
5252
},
53+
"looker": Object {
54+
"getLookerDone": [Function],
55+
},
5356
"lookup": Object {
5457
"getSkillTagsDone": [Function],
5558
"getSkillTagsInit": [Function],
@@ -196,19 +199,15 @@ Object {
196199
"clear": [Function],
197200
"count": [Function],
198201
"countReset": [Function],
199-
"debug": [Function],
200202
"dir": [Function],
201-
"dirxml": [Function],
202203
"error": [Function],
203204
"group": [Function],
204205
"groupCollapsed": [Function],
205206
"groupEnd": [Function],
206207
"info": [Function],
207208
"log": [Function],
208-
"table": [Function],
209209
"time": [Function],
210210
"timeEnd": [Function],
211-
"timeLog": [Function],
212211
"trace": [Function],
213212
"warn": [Function],
214213
},
@@ -223,6 +222,7 @@ Object {
223222
"direct": [Function],
224223
"errors": [Function],
225224
"groups": [Function],
225+
"looker": [Function],
226226
"lookup": [Function],
227227
"memberTasks": [Function],
228228
"members": [Function],
@@ -238,6 +238,7 @@ Object {
238238
"default": [Function],
239239
"getApiV2": [Function],
240240
"getApiV3": [Function],
241+
"getApiV4": [Function],
241242
},
242243
"billing": Object {
243244
"default": [Function],
@@ -309,6 +310,7 @@ Object {
309310
"Spec Review": "Specification Review",
310311
},
311312
"getApiResponsePayloadV3": [Function],
313+
"getApiResponsePayloadV4": [Function],
312314
},
313315
"time": Object {
314316
"default": undefined,

0 commit comments

Comments
 (0)