OpenNTF Java SDK for HCL Domino REST API

The OpenNTF Java SDK for HCL Domino REST API is a Java library that provides a convenient way to interact with the HCL Domino REST API. It simplifies making HTTP requests, handling responses, and working with JSON data.

HCL provides SDK implementations for Go and Node.js, which can be found in the OpenNTF Domino REST API SDKs. This Java SDK is intended for Java applications that need to communicate with HCL Domino servers via the REST API and is designed to be simple, lightweight, and easy to use.

This SDK targets Java developers building applications that need to interact with HCL Domino servers. It provides a set of classes and methods that abstract the complexities of working with the REST API, allowing developers to focus on building their applications. The SDK is also designed to be compatible with various Java frameworks and libraries, making it easy to integrate into existing projects.

Go to github page for details.