-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to default convertFieldsToCamelCase to true #43
Comments
jmuk
added a commit
to jmuk/toolkit
that referenced
this issue
Sep 27, 2016
jmuk
added a commit
to jmuk/gax-nodejs
that referenced
this issue
Sep 27, 2016
This is wanted for idiomatic nodejs clients -- all of the internal fields will be lowercased_underscore style. Fixes googleapis#43, and googleapis#41.
This was referenced Sep 27, 2016
jmuk
added a commit
to googleapis/gapic-generator
that referenced
this issue
Sep 27, 2016
jmuk
added a commit
that referenced
this issue
Sep 27, 2016
jmuk
added a commit
to jmuk/toolkit
that referenced
this issue
Sep 27, 2016
jmuk
added a commit
to googleapis/gapic-generator
that referenced
this issue
Sep 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or at least provide a way for it to be configured when building a client. Right now it's basically hard-coded
false
with no way to change it.See googleapis/google-cloud-node#1631 (comment) for context.
Here is what needs fixing: https://github.com/googleapis/gax-nodejs/blob/master/lib/grpc.js#L92
The text was updated successfully, but these errors were encountered: