Skip to content

VisualVault/java-rest-client-library

Repository files navigation

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

About

A JAVA Client Library for accessing the VisualVault REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages