Java client library for the NewsCatcher News API with Android support
A Java SDK for the NewsCatcher News API v3, featuring robust error handling,
comprehensive Android support, and flexible configuration options for enterprise
applications.
Configuration config = new Configuration();config.setVerifyingSsl(true);config.setSslCaCert(yourCertificateInputStream);Newscatcher client = new Newscatcher(config);