Skip to content

Commit ab5da52

Browse files
committed
add auth to runinlinequery
1 parent 4879368 commit ab5da52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "looker-node-api",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A node implementation of looker's API.",
55
"license": "EULA",
66
"main": "src/index.js",

Diff for: src/api/QueryApi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
var formParams = {
727727
};
728728

729-
var authNames = [];
729+
var authNames = ['oauth2'];
730730
var contentTypes = ['application/json'];
731731
var accepts = ['text', 'application/json', 'image/png', 'image/jpg'];
732732
var returnType = 'String';

0 commit comments

Comments
 (0)