canonical / ofga

A wrapper library over the default OpenFGA client, packed with convenience methods for interacting with OpenFGA instances.
GNU Lesser General Public License v3.0
8 stars 4 forks source link

Add more convenience methods #6

Closed aaronalphonso closed 1 year ago

aaronalphonso commented 1 year ago

Description

This PR adds a number of convenience methods to the library, namely:

With these new convenience methods, the library covers almost all of the underlying APIs exposed by openFGA, and should allow to interact with openFGA instances for almost all desired use-cases.

Closes CSS-4329

Pending

Unit tests are pending for the all the newly added functions. I will add these in a subsequent PR.