Laevitas / laevitas-feature-issue-tracker

4 stars 0 forks source link

Underscore methodName should be camelCase #6

Closed joemccann closed 1 year ago

joemccann commented 1 year ago
//
// API Endpoint #30
// @description Retrieve historical data with applied changes between the specified end_date and start_date, depending on the specific type of data you are interested in analyzing
// @methodName custom_change
// api_path = /analytics/options/custom_change/{name}/{market}/{currency}
//

This methodName should be customChange.

MoetezL commented 1 year ago

We have made the necessary adjustments to the codebase, and the method name now adheres to the appropriate camelCase format as customChange. Thank you once again for your contribution to the project.