apigee-x-module
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -16,3 +16,3 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
auth.getApplicationDefault().then((client) => { | ||
auth.getClient().then((client) => { | ||
client.request({ | ||
@@ -23,4 +23,5 @@ url: `https://apigee.googleapis.com/v1/organizations/${this.apigeeOrganization}/apiproducts?expand=true`, | ||
// LOGGING START | ||
console.log(this.apigeeOrganization); | ||
console.log(JSON.stringify(response)); | ||
console.log(JSON.stringify(response.data)); | ||
console.log(this.apigeeOrganization); | ||
// LOGGING END | ||
@@ -27,0 +28,0 @@ let apigeeProducts = response.data; |
{ | ||
"name": "apigee-x-module", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Module for integrating with the Apigee X platform for TS/JS developer portal integrations.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-x-module", |
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
40663
651