Skip to content

Commit 7e56959

Browse files
committedFeb 14, 2023
API key as an option for results command
1 parent 5e73fe4 commit 7e56959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/mapping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ var commands = {
13121312
results: {
13131313
name: "getTestResults",
13141314
param: "id",
1315-
options: [options.results, options.request],
1315+
options: [options.results, options.request, options.apikey],
13161316
info: "get test results",
13171317
},
13181318
locations: {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpagetest",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "WebPageTest API wrapper for NodeJS",
55
"author": "WebPageTest <github@WebPageTest.com> (http://github.com/WebPageTest)",
66
"homepage": "http://github.com/WebPageTest/webpagetest-api",

0 commit comments

Comments
 (0)
Please sign in to comment.