Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

πŸš€πŸ’ A set of classes and utilities used in Google npm modules.

License

Notifications You must be signed in to change notification settings

googleapis/nodejs-common-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Google Cloud Platform logo

This module has been deprecated.

npm version codecov

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:

Quickstart

Installing the client library

npm install @google-cloud/common-grpc

Using the client library

const common = require('@google-cloud/common-grpc');
console.log(common);

Samples

Samples are in the samples/ directory. The samples' README.md has instructions for running the samples.

Sample Source Code Try it
Quickstart source code Open in Cloud Shell

The Google Cloud Common gRPC Node.js Client API Reference documentation also contains samples.

Versioning

This library follows Semantic Versioning.

Contributing

Contributions welcome! See the Contributing Guide.

License

Apache Version 2.0

See LICENSE