Skip to content

Commit 078c079

Browse files
authored
chore: reverse sync java sdk with generator (#348)
* chore: reverse sync java sdk with generator * fix: whitespace changes
1 parent d186a7a commit 078c079

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This is an autogenerated Java SDK for OpenFGA. It provides a wrapper around the
4646
- [Assertions](#assertions)
4747
- [Read Assertions](#read-assertions)
4848
- [Write Assertions](#write-assertions)
49-
- [Calling Other Endpoints](#calling-other-endpoints)
5049
- [Retries](#retries)
50+
- [Calling Other Endpoints](#calling-other-endpoints)
5151
- [API Endpoints](#api-endpoints)
5252
- [Models](#models)
5353
- [OpenTelemetry](#opentelemetry)
@@ -1238,7 +1238,7 @@ System.out.println("Headers: " + rawResponse.getHeaders());
12381238
class CustomEndpointResponse {
12391239
private boolean allowed;
12401240
private String reason;
1241-
1241+
12421242
public boolean isAllowed() { return allowed; }
12431243
public void setAllowed(boolean allowed) { this.allowed = allowed; }
12441244
public String getReason() { return reason; }
@@ -1287,6 +1287,7 @@ For a complete working example, see [examples/api-executor](examples/api-executo
12871287

12881288
See [docs/ApiExecutor.md](docs/ApiExecutor.md) for complete API reference and examples for both `ApiExecutor` and `StreamingApiExecutor`.
12891289

1290+
12901291
### API Endpoints
12911292

12921293
| Method | HTTP request | Description |

0 commit comments

Comments
 (0)