generate_integration_code
Generate production-ready code for a specific API endpoint. Select from TypeScript, JavaScript, Python, cURL, or C# and choose the HTTP client library to match your stack.
Instructions
Genera un snippet/cliente de código listo para producción en TypeScript, JavaScript, Python, cURL o C# para un endpoint específico.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Ruta del endpoint a integrar (ej. "/v1/members/{memberId}/balances", "/v1/security/login"). | |
| method | No | Método HTTP (GET, POST, PUT, DELETE, PATCH). Por defecto GET. | |
| specId | No | ID de la especificación (opcional). | |
| language | No | Lenguaje de programación de destino. | |
| clientType | No | Librería cliente HTTP preferida (ej. "fetch" o "axios" en TypeScript). |