Common components for Cloud APIs Node.js Client Libraries that require gRPC
Read more about the client libraries for Cloud APIs, including the older Google APIs Client Libraries, in Client Libraries Explained.
Table of contents:
npm install @google-cloud/common-grpc
const common = require('@google-cloud/common-grpc');
console.log(common);
Samples are in the samples/
directory. The samples' README.md
has instructions for running the samples.
Sample | Source Code | Try it |
---|---|---|
Quickstart | source code |
The Google Cloud Common gRPC Node.js Client API Reference documentation also contains samples.
This library follows Semantic Versioning.
Contributions welcome! See the Contributing Guide.
Apache Version 2.0
See LICENSE