Built motion from commit 10af8726.|2.6.34
[motion2.git] / legacy-libs / google-gax / README.md
1 <img src="https://avatars0.githubusercontent.com/u/1342004?v=3&s=96" alt="Google Inc. logo" title="Google" align="right" height="96" width="96"/>
2
3 # Google API Extensions for Node.js
4
5 [![Release Level][releaselevelimg]][releaselevel]
6 [![npm version][npmimg]][npm]
7 [![Code Coverage][codecovimg]][codecov]
8
9 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][grpc] and Google API conventions.
10
11 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][googleapis] can use services such as page streaming and request bundling to provide a more convenient and idiomatic API surface to callers.
12
13 ## Installation
14 ```sh
15 $ npm install google-gax
16 ```
17
18 ## Contributing
19 Contributions to this library are always welcome and highly encouraged.  See the [CONTRIBUTING][contributing] documentation for more information on how to get started.
20
21 ## Details
22 For detailed documentation of the modules in gax-nodejs, please check out the [docs][docs].
23
24 ## License
25 BSD - See [LICENSE][license] for more information.
26
27 [codecovimg]: https://codecov.io/github/googleapis/gax-nodejs/coverage.svg?branch=master
28 [codecov]: https://codecov.io/github/googleapis/gax-nodejs?branch=master
29 [contributing]: https://github.com/googleapis/gax-nodejs/blob/master/CONTRIBUTING.md
30 [docs]: http://googleapis.github.io/gax-nodejs/
31 [license]: https://github.com/googleapis/gax-nodejs/blob/master/LICENSE
32 [npmimg]: https://img.shields.io/npm/v/google-gax.svg
33 [npm]: https://www.npmjs.org/package/google-gax
34 [googleapis]: https://github.com/googleapis/googleapis/
35 [grpc]: http://grpc.io
36 [releaselevel]: https://cloud.google.com/terms/launch-stages
37 [releaselevelimg]: https://img.shields.io/badge/Release%20Level-Alpha-ff69b4.svg