googleapis-nodejs-functions
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -108,2 +108,3 @@ "use strict"; | ||
// @TODO check if parent is valid (this.getLocations) | ||
// -> https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations/list | ||
this.request({ | ||
@@ -133,5 +134,4 @@ method: 'GET', | ||
method: 'GET', | ||
uri: `/projects/${this.projectId}/operations/${name}`, | ||
qs: '', | ||
json: {}, | ||
uri: `/${name}`, | ||
qs: '' | ||
}, (err, resp) => { | ||
@@ -138,0 +138,0 @@ if (err) { |
{ | ||
"name": "googleapis-nodejs-functions", | ||
"description": "Google Cloud Functions Client Library for Node.js (unofficial)", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "vizzuality-research", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41294