Commit 22819f9
committed
feat(js): use build-client-streamed for JS SDK
Switch JavaScript SDK build to use build-client-streamed target (like Python SDK).
This includes the streaming endpoints in the generated SDK.
Changes:
- Makefile: build-client-js uses build-client-streamed instead of build-client
This allows the JS SDK to include StreamedListObjects endpoint while custom
code in js-sdk repo (common.ts, client.ts) implements the streaming logic.
Related:
- openfga/js-sdk#280
- #761 parent 19d1271 commit 22819f9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments