Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.33 KB

File metadata and controls

35 lines (19 loc) · 1.33 KB

VisualVault java-rest-client-library

A JAVA Client Library for accessing the VisualVault REST API using simplified HTTPS calls.

REQUIREMENTS:

Java 11 or greater.

If you branch this repository and make changes use this command to generate an updated .jar file:

To add functionality, clone this repository and generate an updated jar file for use within your project.

jar cvf java-rest-client-library.jar src/main/java/com/visualvault/api/* 

To execute example code

  • This is a Maven Project created with the VS Code Java Extensions which includes integrated Maven support.

  • After installing the VS Code Java Extensions, open the file Examples/VisualVaultTests.java and click the debug link above the Main function.

Use within your own project or IDE

  • Reference java-rest-client-library.jar

Notes