diff --git a/README.md b/README.md index 3b193303..ae027fe8 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ This is an autogenerated Java SDK for OpenFGA. It provides a wrapper around the - [Assertions](#assertions) - [Read Assertions](#read-assertions) - [Write Assertions](#write-assertions) - - [Calling Other Endpoints](#calling-other-endpoints) - [Retries](#retries) + - [Calling Other Endpoints](#calling-other-endpoints) - [API Endpoints](#api-endpoints) - [Models](#models) - [OpenTelemetry](#opentelemetry) @@ -1238,7 +1238,7 @@ System.out.println("Headers: " + rawResponse.getHeaders()); class CustomEndpointResponse { private boolean allowed; private String reason; - + public boolean isAllowed() { return allowed; } public void setAllowed(boolean allowed) { this.allowed = allowed; } public String getReason() { return reason; } @@ -1287,6 +1287,7 @@ For a complete working example, see [examples/api-executor](examples/api-executo See [docs/ApiExecutor.md](docs/ApiExecutor.md) for complete API reference and examples for both `ApiExecutor` and `StreamingApiExecutor`. + ### API Endpoints | Method | HTTP request | Description |