Skip to content

Commit be65362

Browse files
committed
feat: address coderabbit comment re init streamedlistobjectsapi
1 parent 02153f9 commit be65362

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

examples/streamed-list-objects/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.PHONY: all build run run-openfga
2+
13
all: build
24

35
openfga_version=latest

src/main/java/dev/openfga/sdk/api/client/OpenFgaClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public void setAuthorizationModelId(String authorizationModelId) {
5959
public void setConfiguration(ClientConfiguration configuration) throws FgaInvalidParameterException {
6060
this.configuration = configuration;
6161
this.api = new OpenFgaApi(configuration, apiClient);
62+
this.streamedListObjectsApi = new StreamedListObjectsApi(apiClient);
6263
}
6364

6465
/* ********

0 commit comments

Comments
 (0)