You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
I'm trying to call the GCP Marketplace procurement APIs from a Node.js environment, however these require authentication. I have checked the docs which all point me towards using the client libraries, however after installing it I notice that the vast majority of API methods are missing from the library
Also, after checking the source code I can see that the host is incorrect, cloudcommerceconsumerprocurement.googleapis.com instead of cloudcommerceprocurement.googleapis.com which is what the docs say you're supposed to call
The text was updated successfully, but these errors were encountered:
Environment details
Steps to reproduce
Report
Hi there!
I'm trying to call the GCP Marketplace procurement APIs from a Node.js environment, however these require authentication. I have checked the docs which all point me towards using the client libraries, however after installing it I notice that the vast majority of API methods are missing from the library
Also, after checking the source code I can see that the host is incorrect,
cloudcommerceconsumerprocurement.googleapis.com
instead ofcloudcommerceprocurement.googleapis.com
which is what the docs say you're supposed to callThe text was updated successfully, but these errors were encountered: