openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
14 stars 30 forks source link

feat(java-sdk): support list users #355

Closed ewanharris closed 2 months ago

ewanharris commented 2 months ago

Description

Adds support for list users API to Java.

I've not introduced to the example project because that needs a docker container to be published with the API because it's ran as part of the integration tests.

Also syncs the latest dependency updates

References

Part of #329

Review Checklist