freshworks / freshworks-api-sdk

Node.js client SDK for Freshworks' REST APIs, currently in beta. Supports Freshteam and Freshservice (partially).
https://developers.freshworks.com/api-sdk/
MIT License
6 stars 2 forks source link

Generate code to use original casing for REST API query parameters #39

Closed kaustavdm closed 2 years ago

kaustavdm commented 2 years ago

Currently, query parameters and model properties use camelCase, while the REST APIs use snake_case.

Keeping consistent case style will mean we can directly refer to API Reference documentation to use with query methods.

This will also impact all model conventions, which means we will have to update existing examples.

This relates to #19, where the query parameters were converted to a different casing.