ahmader / node-zoho

Zoho API access for NodeJS
21 stars 15 forks source link

Add support for any CustomModule[N] #56

Open pahan35 opened 6 years ago

pahan35 commented 6 years ago

ATM in project is supported only CustomModule1.

As I noticed in Zoho, user can create more custom modules, so, I think, it is inappropriate to create new copy of file for this purposes.

Maybe we should add some logic which allow create any CustomModule[N] from this file?