ahmader / node-zoho

Zoho API access for NodeJS
21 stars 15 forks source link

Implement options to provide Zoho url #50

Closed pahan35 closed 6 years ago

pahan35 commented 6 years ago

Now it's hardcoded to crm.zoho.com. But in Zoho isset another domains like crm.zoho.eu.

It will be nice to have possibility to setup Zoho domain on instance creation.

pahan35 commented 6 years ago

@ahmader Possibly we can provide region (as it provided in AWS) option in constructor and setup it on initialization. What do you think about it?