Skip to content

yassine/gobetween-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobetween-java-client

Build Status Coverage Status

A java gobetween api client for gobetween.

Usage

Create a client using the builder:

GobetweenClient client = Gobetween.builder().withURL(URI.create("http://localhost:1080").toURL()).build();

//And you're ready to go ! See the GobetweenClient interface for more available calls.

SystemInformation systemInformation = client.getSystemInformation();