rideron89 / zoho-crm

Zoho CRM client built in Rust.
MIT License
2 stars 2 forks source link

OAuth Authentication server #1

Closed vinchona closed 1 year ago

vinchona commented 2 years ago

Hello @rideron89,

Based on the following link: https://www.zoho.com/crm/developer/docs/api/v3/access-refresh.html, it seems Client.get_new_token() is only for US based account. IMHO, we should be able to select our region in the Client.get_new_token() API or directly in the Client.with_creds() as a mandatory parameter.

Best regards,

vinchona commented 1 year ago

Hello,

FYI, I've fork your repo here: https://github.com/vinchona/zohoxide-crm

B.R.