Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[All SDKs] Support streaming endpoints (StreamedListObjects) #76

Open
1 of 5 tasks
rhamzeh opened this issue Dec 3, 2022 · 1 comment
Open
1 of 5 tasks

[All SDKs] Support streaming endpoints (StreamedListObjects) #76

rhamzeh opened this issue Dec 3, 2022 · 1 comment
Assignees
Labels
dotnet-sdk Affects the C#/DotNet SDK enhancement New feature or request go-sdk Affects the Go SDK java-sdk Affects the Java/Kotlin SDK js-sdk Affects the JavaScript SDK python-sdk Affects the Python SDK

Comments

@rhamzeh
Copy link
Member

rhamzeh commented Dec 3, 2022

We currently manually hide the StreamedListObjects endpoint from the SDKs.

We should:

  • Allow this if possible in the OpenFgaApi interface
  • At first expose it in the OpenFgaClient as StreamedListObjects
  • Long term: consider use it underneath the hood for the ListObjects method in the OpenFgaClient interface.

Progress:

@rhamzeh rhamzeh added enhancement New feature or request go-sdk Affects the Go SDK dotnet-sdk Affects the C#/DotNet SDK js-sdk Affects the JavaScript SDK python-sdk Affects the Python SDK labels Dec 3, 2022
@rhamzeh rhamzeh moved this to Back-burner in SDKs and Tooling Feb 9, 2024
@rhamzeh rhamzeh moved this from Back-burner to Backlog in SDKs and Tooling Feb 9, 2024
@rhamzeh rhamzeh added the java-sdk Affects the Java/Kotlin SDK label Feb 9, 2024
@evansims
Copy link
Member

Support for this endpoint has shipped with v0.9.1 of the Python SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-sdk Affects the C#/DotNet SDK enhancement New feature or request go-sdk Affects the Go SDK java-sdk Affects the Java/Kotlin SDK js-sdk Affects the JavaScript SDK python-sdk Affects the Python SDK
Projects
Status: Backlog
Development

No branches or pull requests

2 participants