Release Notes
ZCRMSDK -VERSION 1.1.0
Install command
libraryDependencies ++= Seq( "com.zoho.crm" % "zohocrmsdk-2-0" % "1.1.0"")
Enhancement
Supported External ID.
Fixed None redirect url bug.
Previous Versions
ZCRMSDK -VERSION 1.0.0
Install command
libraryDependencies ++= Seq( "com.zoho.crm" % "zohocrmsdk-2-0" % "1.0.0")
Enhancement
Improve the capabilities of the SDK
Incorporate customer feedback
Upgrade our dependencies
Improve performance
The SDK is highly structured to ensure easy access to all the components.
Each CRM entity is represented by a package, and each package contains an Operations Class that incorporates methods to perform all possible operations over that entity.
SDKException - A wrapper class to wrap all exceptions such as SDK anomalies and other unexpected behaviors.
StreamWrapper - A wrapper class for File operations.
APIResponse - A common response instance for all the SDK method calls.