zcrm-python-sdk icon indicating copy to clipboard operation
zcrm-python-sdk copied to clipboard

Python SDK is wrapper for Zoho CRM APIs. By using this SDK, user can build the application with ease

Results 4 zcrm-python-sdk issues
Sort by recently updated
recently updated
newest added

With @Nyawanga Edit zcrmsdk git libraries, add remote host variables to allow us to connect to aurora db instead of local host only.

API references nonexistent method. Renamed to existing method: .get_tax_list_as_json() -> .get_tax_list_as_jsonarray()

On my first try i had following exception: ```Traceback (most recent call last): File "test.py", line 18, in oauth_token = client.generate_access_token(grand_token) File "***Developpement/environements/**zohotest/lib/python2.7/site-packages/zcrmsdk/OAuthClient.py", line 182, in generate_access_token oAuthTokens.set_user_email(self.get_user_email_from_iam(oAuthTokens.accessToken)) File "***Developpement/environements/**zohotest/lib/python2.7/site-packages/zcrmsdk/OAuthClient.py",...