Daniel Jonathan
Daniel Jonathan
Data structures should take in a compare function that allows for custom sorting.
## Summary Adds `streamedListObjects` method for retrieving unlimited objects via the streaming API. Node.js-only implementation with NDJSON parsing, error handling, and automatic resource cleanup. Requires OpenFGA server v1.2.0+ Fixes #236...
# StreamedListObjects Implementation Summary **Issue**: [openfga/dotnet-sdk#110](https://github.com/openfga/dotnet-sdk/issues/110) ## Overview Implemented `StreamedListObjects` functionality in the .NET SDK, providing feature parity with the JavaScript and Python SDKs. ## What Was Implemented ### Core...
# Implement Server-Side BatchCheck Using /batch-check Endpoint Fixes #94 ## Summary This PR implements server-side batch check functionality using the `/batch-check` API endpoint. Previously, the SDK performed batch checks by...
## Summary Adds StreamedListObjects documentation to the List Objects guide. ## Changes - Add Streamed List Objects section to `perform-list-objects.mdx` - Include Node.js and Python SDK code examples - Add...
# Update .NET SDK BatchCheck Documentation ## Summary Updates the documentation to reflect that the .NET SDK now supports server-side BatchCheck functionality (implemented in [openfga/dotnet-sdk#150](https://github.com/openfga/dotnet-sdk/pull/150)). ## Changes ### Documentation Pages...
# Fix dotnet SDK README Templates for BatchCheck Documentation ## Problem The README template for the dotnet SDK contained incorrect documentation for the `BatchCheck()` method: - Used `List` instead of...