-
I've tried to browse the code that performs the 'fga tuple read' but cannot find it. I'd like an SDK request that would provide all the tuples in JSON format just like the cli. |
Beta Was this translation helpful? Give feedback.
Answered by
adriantam
Nov 20, 2024
Replies: 1 comment 1 reply
-
Hello @keitherw , the read is a native API that is supported by all SDKs. For example, in Go SDK, you can call Read from which you can marshal the data in JSON format. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adriantam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @keitherw , the read is a native API that is supported by all SDKs. For example, in Go SDK, you can call Read from which you can marshal the data in JSON format.