unable to connect to Mailchimp services using java wrapper
- by Nagesh
I am using Java wrapper of mailchimp API for converting to inline CSS.
I downloaded the java wrapper and tried with method inlineCss();
I register with Mailchimp and got the Api key.
API Key: d5296efe2d4879e90d95b151804f8d30-us1
I am getting the below exception while calling the ping(apiKey) method.
Could you please provide me the solution to…