dotnet-sdk
dotnet-sdk copied to clipboard
The implementation for batch check should be replaced
Checklist
- [x] I agree to the terms within the OpenFGA Code of Conduct.
Describe the problem you'd like to have solved
The new version of the API already has an endpoint that accepts an array to check rights. Now the client makes a parapllel.for request and generates a large number of network calls
Describe the ideal solution
Use a new method that is already implemented on the server and is in the documentation
Alternatives and current workarounds
No response
References
https://openfga.dev/api/service#/Relationship%20Queries/BatchCheck
Additional context
No response