OpenFGA Python SDK v0.2.0 is out with OpenFgaClient
, batch_check
, list_relations
and more
#163
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
-
Late last week, we released
v0.2.0
of the Python SDK, this follows similar recent changes in our JS, Go and .NET SDKs.The highlights of this release include:
schema_version
is now required inwrite_authorization_model
OpenFgaClient
wrapping aroundOpenFgaApi
to simplify some interfaces, and introduces client-side:batch_check
, helping issue multiple requests in parallel instead of having to handle issuing multiple requests yourselflist_relations
, this helps you check what set of relationships a user has to an objectWrites
, allowing you to ignore some errors on writes if you do not care for themTake a look at the following links for an overview of the changes:
You can still use the existing
OpenFgaApi
, and documentation for it can be found here.Let us know what you think of these changes!
Beta Was this translation helpful? Give feedback.
All reactions