Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading