diff --git a/README.md b/README.md index 78f6dc8..af106ca 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ This is an autogenerated python SDK for OpenFGA. It provides a wrapper around th - [Assertions](#assertions) - [Read Assertions](#read-assertions) - [Write Assertions](#write-assertions) - - [Retries](#retries) - [Calling Other Endpoints](#calling-other-endpoints) + - [Retries](#retries) - [API Endpoints](#api-endpoints) - [Models](#models) - [OpenTelemetry](#opentelemetry) @@ -1290,6 +1290,7 @@ body = [ClientAssertion( response = await fga_client.write_assertions(body, options) ``` + ### Calling Other Endpoints In certain cases you may want to call other APIs not yet wrapped by the SDK. You can do so by using the `execute_api_request` method available on the `OpenFgaClient`. It allows you to make raw HTTP calls to any OpenFGA endpoint by specifying the HTTP method, path, body, query parameters, and path parameters, while still honoring the client configuration (authentication, telemetry, retries, and error handling).