From ccaee3cebfcecd67a6cce17b6d0d3fc1b933054c Mon Sep 17 00:00:00 2001 From: Diego Barajas Date: Mon, 22 Jun 2026 19:54:38 -0500 Subject: [PATCH] chore(sdk-codegen): update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 61512e1..e72d6fc 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,16 @@ result = sdk.payment().create(payment_data, request_options) payment = result["response"] ``` +## 🤖 Automated Code Generation + +New features and resources in this SDK are automatically generated from official OpenAPI specifications. This ensures: + +- **Up-to-date coverage**: New API endpoints are reflected in the SDK as soon as they're documented in the OpenAPI spec. +- **Consistency**: All resources follow the same patterns and conventions. +- **Type safety**: Full type hints and proper validation based on API contracts. + +The generated code is then refined to match our [coding guidelines](CODING_GUIDELINES.md) and integrate seamlessly with the existing SDK architecture. + ## 📚 Documentation Visit our Dev Site for further information regarding: