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
We currently hardcode api-name.googleapis.com in the Node.js API clients. We should take an options.apiEndpoint that allows the user to override this. This is useful for API producers wanting to use staging servers, customers wanting to test with emulators, etc.
We currently hardcode
api-name.googleapis.com
in the Node.js API clients. We should take anoptions.apiEndpoint
that allows the user to override this. This is useful for API producers wanting to use staging servers, customers wanting to test with emulators, etc.See googleapis/google-cloud-node#1630 (comment)
The text was updated successfully, but these errors were encountered: