From 66fadca5c2175e9ec54667fe4da7c2c6be64e04b Mon Sep 17 00:00:00 2001 From: Diego Barajas Date: Tue, 23 Jun 2026 10:11:05 -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..3b5d948 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,16 @@ result = sdk.payment().create(payment_data, request_options) payment = result["response"] ``` +## 🤖 OpenAPI-Generated Resources + +New functionalities in this SDK are automatically generated from official OpenAPI specifications. This ensures: + +- **Up-to-date coverage** of the latest Mercado Pago API features +- **Type-safe interfaces** with comprehensive docstrings +- **Consistent patterns** across all resource methods + +Generated resources follow the same conventions as hand-written code and are seamlessly integrated into the SDK. You can use them exactly as you would use any other resource. + ## 📚 Documentation Visit our Dev Site for further information regarding: