sdk-generator
sdk-generator copied to clipboard
[All SDKs] Support streaming endpoints (StreamedListObjects)
We currently manually hide the StreamedListObjects
endpoint from the SDKs.
We should:
- Allow this if possible in the
OpenFgaApi
interface, and use it underneath the hood for theListObjects
method in theOpenFgaClient
interface.
Progress:
- [ ] JS SDK
- [ ] Go SDK
- [ ] .NET SDK
- [ ] Python SDK
- [ ] Java SDK