@pm2/js-api
Advanced tools
Comparing version 0.5.37 to 0.5.38
{ | ||
"name": "@pm2/js-api", | ||
"version": "0.5.37", | ||
"version": "0.5.38", | ||
"description": "PM2.io API Client for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -231,2 +231,4 @@ # PM2.io API Client for Javascript | ||
client.user.providers.remove -> DELETE /api/users/integrations/:name | ||
client.bucket.webcheck.listRegions -> GET /api/bucket/:id/webchecks/regions | ||
client.bucket.webcheck.getMetrics -> GET /api/bucket/:id/webchecks/:webcheck/metrics | ||
client.bucket.webcheck.list -> GET /api/bucket/:id/webchecks | ||
@@ -233,0 +235,0 @@ client.bucket.webcheck.get -> GET /api/bucket/:id/webchecks/:webcheck |
Sorry, the diff of this file is too big to display
331066
324