java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

[Feature] Support for StreamedListObjects Endpoint

Open dyeam0 opened this issue 7 months ago • 0 comments

Checklist

Describe the problem you'd like to have solved

Support for the StreamedListObjects endpoint needs to be added to the SDK.

Describe the ideal solution

The SDK contains methods to call the StreamedListObjects API.

The implementation for this SDK must be aligned with the existing implementation of the Python SDK, with the exception of necessary language-specific conventions.

Alternatives and current workarounds

The current workaround is to call the /streamed-list-objects API directly without using the SDK.

References

  • The current OpenFGA Python SDK does have support for StreamedListObjects as of v0.9.1 (PR https://github.com/openfga/python-sdk/pull/163).
  • Parent issue: https://github.com/openfga/sdk-generator/issues/76.

dyeam0 avatar May 29 '25 15:05 dyeam0