Provide methods to get the headers and raw response from OpenFgaClient
methods
#323
Open
1 of 6 tasks
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
Checklist
Describe the problem you'd like to have solved
As a user, I'd like to be able to get the response headers when using
OpenFgaClient
Describe the ideal solution
OpenFgaClient
responses should have the equivalent of the following methods (naming as appropriate per language):GetHeaders()
: Allows the user to get the response headersGetRawResponse()
: Allows the user to get the raw responseBatch Methods such as non transactional
Write
andBatchCheck
would have these methods on individual responses.When possible, we should add these on the methods exposed by
OpenFgaApi
directlyAlternatives and current workarounds
No response
References
Additional context
No response
The text was updated successfully, but these errors were encountered: