Skip to content

Commit 2646900

Browse files
authored
docs: upgrade doc with http-facade (#22)
Signed-off-by: moxiaoying <[email protected]>
1 parent bfeb644 commit 2646900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
![License](https://img.shields.io/badge/license-Apache2.0-green) ![Language](https://img.shields.io/badge/language-Java-blue.svg) [![version](https://img.shields.io/github/v/tag/protocol-laboratory/bookkeeper-admin-java?label=release&color=blue)](https://github.com/protocol-laboratory/bookkeeper-admin-java/releases) [![codecov](https://codecov.io/gh/protocol-laboratory/bookkeeper-admin-java/branch/main/graph/badge.svg)](https://codecov.io/gh/protocol-laboratory/bookkeeper-admin-java)
44

5-
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.
5+
This is a Java library that provides an HTTP client to interact with the Bookkeeper HTTP API, supporting multiple [HTTP engines](https://github.com/openfacade/http-facade?tab=readme-ov-file#httpclient-support-engines) by leveraging [http-facade](https://github.com/openfacade/http-facade).
66

77
Features:
88
- Basic functionality for managing Bookkeeper
99
- Built on top of the built-in HTTP client of the JDK
1010
- Minimizes project dependencies to provide a lightweight solution
11-
- Requires a minimum of JDK 17
11+
- Requires a minimum of JDK 8

0 commit comments

Comments
 (0)