You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An asynchronous java client library for the [OpenPolicyAgent](https://www.openpolicyagent.org/)[REST API](https://www.openpolicyagent.org/docs/latest/rest-api/).
@@ -17,7 +17,7 @@ The design of the project is borrowed from [Bisnode/opa-java-client](https://git
17
17
uses an async programming model instead, which makes it suitable to be used in a reactive application stack.
18
18
19
19
This client library uses the JDK11+ HttpClient by default, but allows you to plug in your own http-client by providing
20
-
an implementation for the [OpaRestClient](https://github.com/xenit-eu/opa-async-java-client/blob/main/opa-async-java-client/src/main/java/eu/xenit/contentcloud/abac/opa/client/rest/OpaRestClient.java)
20
+
an implementation for the [OpaRestClient](https://github.com/xenit-eu/opa-async-java-client/blob/main/opa-async-java-client/src/main/java/com/contentgrid/opa/client/rest/OpaHttpClient.java)
0 commit comments