JSPM

google-gax

0.14.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9971075
  • Score
    100M100P100Q203408F
  • License BSD-3-Clause

Google API Extensions

Package Exports

  • google-gax

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (google-gax) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Google API Extensions for Node.js

Build Status Code Coverage Dependencies

Google API Extensions for Node.js (gax-nodejs) is a set of modules which aids the development of APIs for clients and servers based on gRPC and Google API conventions.

Application code will rarely need to use most of the classes within this library directly, but code generated automatically from the API definition files in Google APIs can use services such as page streaming and request bundling to provide a more convenient and idiomatic API surface to callers.

Node.js Versions

gax-nodejs is currently tested with Node.js 4.2.3

Contributing

Contributions to this library are always welcome and highly encouraged.

See the CONTRIBUTING documentation for more information on how to get started.

Versioning

This library follows Semantic Versioning.

It is currently in major version zero (0.y.z), which means that anything may change at any time and the public API should not be considered stable.

Details

For detailed documentation of the modules in gax-nodejs, please watch [DOCUMENTATION][].

License

BSD - See LICENSE for more information.