googleapis / googleapis/google-cloud-node
Add Bazel attribute that generates a GAPIC using snake_case identifiers
Open
library: google-cloud-node-core
priority: p3
type: feature request
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 712
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 99
Description
Some consumers of Node.js GAPICs prefer snake_case rather than camelCase in the developer surface (e.g., https://github.com/Opteo/google-ads-node). To support this, they're employing a custom fork of [gax-nodejs](https://github.com/googleapis/gax-nodejs) to modify the casing. Supporting this directly as a GAPIC config option on Bazel build rules will alleviate them from needing to hack gax-nodejs.
Contributor guide
Assessment
This issue has not been assessed yet.