openfga / sdk-generator

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

Support ListUsers endpoint #329

Closed rhamzeh closed 3 weeks ago

rhamzeh commented 3 months ago

Checklist

Describe the problem you'd like to have solved

We have an RFC for a ListUsers method.

There is an open PR that adds the protobuf definitions.

Describe the ideal solution

The SDK Generator should hide StreamedListUsers (like it does StreamedListObjects) and expose the method in both the OpenFgaApi and OpenFgaClient.

Tasks

Per-SDK Tasks

Alternatives and current workarounds

No response

References

No response

Additional context

No response