Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 666 Bytes

File metadata and controls

18 lines (11 loc) · 666 Bytes

Shiroclient Java SDK

This repositroy contains a JSON-RPC client for interacting with a shiroclient gateway. It only supports the Call method presently, and does not support mock mode.

CircleCI

Argument configuration is identical to the shiroclient Go implementation.

Example Usage

Please see the JUnit test which runs against a localhost shiroclient gateway running on port 8082:

src/com/luthersystems/shiroclient/ShiroClientTest.java

It will call the healthcheck function in the phylum and check the response.