Skip to content
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

Specify convertFieldsToCamelCase to true by default #44

Merged
merged 3 commits into from
Sep 27, 2016

Commits on Sep 27, 2016

  1. Specify convertFieldsToCamelCase to true by default

    This is wanted for idiomatic nodejs clients -- all of the internal
    fields will be lowercased_underscore style.
    
    Fixes googleapis#43, and googleapis#41.
    jmuk committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    c86eaab View commit details
    Browse the repository at this point in the history
  2. Fix a lint error

    jmuk committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    652d913 View commit details
    Browse the repository at this point in the history
  3. Fix timeout parameter

    jmuk committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    c57fa1a View commit details
    Browse the repository at this point in the history