OpenFGA Java SDK v0.1.0
has been released! 🎉
#213
rhamzeh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It has been a long time coming, but we've just released
v0.1.0
of the OpenFGA Java SDK, with a similar client and configuration to the other OpenFGA SDKs.This SDK already has a configuration that is consistent with what our existing SDKs use and allows calling the API with a similar interface as the
OpenFgaClient
in the other SDKs. It also handles Client Credentials token exchange in a similar manner.We still have some work to bring this up to par with the other SDKs in terms of functionality, with the major missing pieces being:
BatchCheck
,ListRelations
and non-transactionalWrite
We're excited for all of you who've been asking for a Java SDK to get your hands on this and start trying it out, discovering bugs and providing feedback!
You can find the installation and usage instructions on the SDK's README.
Beta Was this translation helpful? Give feedback.
All reactions