Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 866 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 866 Bytes

bookkeeper-admin-java

License Language version codecov

This is a Java library that provides an HTTP client built using the built-in HTTP client of the JDK to interact with the Bookkeeper HTTP API.

Features:

  • Basic functionality for managing Bookkeeper
  • Built on top of the built-in HTTP client of the JDK
  • Minimizes project dependencies to provide a lightweight solution
  • Requires a minimum of JDK 17