Skip to content

Commit

Permalink
fix: clarify the gax-nodejs usage in README (#1352)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <[email protected]>
Co-authored-by: Jeffrey Rennie <[email protected]>
  • Loading branch information
3 people authored and Lo Ferris committed Apr 19, 2022
1 parent fd8b418 commit 75b8c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synthtool/gcp/templates/node_library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
{% endif %}{% if 'partials' in metadata and metadata['partials']['body'] %}{{ metadata['partials']['body'] }}{% endif %}

{% if metadata['samples']|length %}

This library is built on top of google-gax as its transport layer. To customize the common behavior of this client library (timeout, retry, etc), see [Client Library Howto](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md).

## Samples

Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/{{ metadata['repo']['default_branch'] }}/samples) directory. Each sample's `README.md` has instructions for running its sample.
Expand Down

0 comments on commit 75b8c33

Please sign in to comment.