You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client js library could use camelCase for property names instead of PascalCase. This is more idiomatic in javascript and javascript object notation. The conversion to PascalCasing should happen in the sdk itself; instead of having to do it outside.
The client js library could use camelCase for property names instead of PascalCase. This is more idiomatic in javascript and javascript object notation. The conversion to PascalCasing should happen in the sdk itself; instead of having to do it outside.
As per google json style guide.
C# is in the minority to use PascalCasing.
The text was updated successfully, but these errors were encountered: