Skip to content

Commit 4addf72

Browse files
committed
use v2
1 parent 6b4ff68 commit 4addf72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/EnvoyAPI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ class EnvoyAPI {
372372
return new Promise((resolve, reject) => {
373373
this.request({
374374
method: 'GET',
375-
url: `/api/v3/plugin-installs/${installId}`,
375+
url: `/api/v2/plugin-installs/${installId}`,
376376
}).then(body => resolve(EnvoyAPI.getDataFromBody(body)))
377377
.catch((error) => {
378378
EnvoyAPI.safeRequestsError(error).catch((err) => reject(err));

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envoy/envoy-integrations-sdk",
3-
"version": "2.0.1-beta.1",
3+
"version": "2.0.1-beta.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)