gapic-generator-typescript
gapic-generator-typescript copied to clipboard
Add Bazel attribute that generates a GAPIC using snake_case identifiers
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 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.
@aohren want to follow up do you still need this feature. Let's sync.
Yea this is still something we'd like to have. I set up some time for us to chat about it.
Customer fork the gax-nodejs to customized to keep the snake_case
.(see change)