Mangopay / mangopay2-nodejs-sdk

Node.js SDK for MANGOPAY
https://www.npmjs.com/package/mangopay2-nodejs-sdk
MIT License
51 stars 38 forks source link

camelCased properties instead of TitleCased properties #353

Open cedvdb opened 1 year ago

cedvdb commented 1 year ago

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.