I am looking at a custom software project (Java) where I would integrate other systems with Zoho's CRM. I see there is a raw HTTP API but that will be tedious building that out to a full fledged SDK with all the various methods and parameters.
Does Zoho have a Java SDK for CRM integration or if not is the Zoho API exposed as WADL (or some REST schema) so I can auto generate a client for the Zoho API?
-Dave