-
Notifications
You must be signed in to change notification settings - Fork 63
Support List Stores name filter #517
Copy link
Copy link
Labels
dotnet-sdkAffects the C#/DotNet SDKAffects the C#/DotNet SDKenhancementNew feature or requestNew feature or requestgo-sdkAffects the Go SDKAffects the Go SDKjava-sdkAffects the Java/Kotlin SDKAffects the Java/Kotlin SDKjs-sdkAffects the JavaScript SDKAffects the JavaScript SDKpython-sdkAffects the Python SDKAffects the Python SDK
Metadata
Metadata
Assignees
Labels
dotnet-sdkAffects the C#/DotNet SDKAffects the C#/DotNet SDKenhancementNew feature or requestNew feature or requestgo-sdkAffects the Go SDKAffects the Go SDKjava-sdkAffects the Java/Kotlin SDKAffects the Java/Kotlin SDKjs-sdkAffects the JavaScript SDKAffects the JavaScript SDKpython-sdkAffects the Python SDKAffects the Python SDK
Type
Projects
Status
Done
Checklist
Describe the problem you'd like to have solved
openfga/api#211 added the ability to specify the
namefield as a filter when calling List Stores. SDKs do not currently support this optional filter.Describe the ideal solution
Update SDKs to support the (optional) name filter when calling List Stores. This will require updating the pinned API version in the generator.
References
openfga/api#211
Additional context
No response