frain-dev / convoy.js

Convoy SDK for JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make field parameters casing consistent

subomi opened this issue · comments

Problem
Field parameters casing are not consistent. Some fields are snake_case, and others are camelcase.

Most are snake_case, the API is snake_case. Switching all of them to camelCase is in line with Javascript's best practices but will break the previous versions. Let's switch them to snake_case then.