This includes a Java Class wrapper around the HyperVerge Documents REST API and a sample code using the wrapper.
- Clone this project
- Java 1.7 or more
The wrapper is used in the sample code (Test.java) file.
javac -cp '.:json-20160212.jar' Test.java
java -cp '.:json-20160212.jar' Test
User should update the appId and appKey in the config.json file.
It uses the HyperVerge Documents API