nodebuilder icon indicating copy to clipboard operation
nodebuilder copied to clipboard

Build n8n nodes from OpenAPI specs and YAML files

Results 3 nodebuilder issues
Sort by recently updated
recently updated
newest added

Hello, trying to parse this API https://axonaut.com/api/v2/doc.json ``` if ("oneOf" in param.schema && param.schema.oneOf) { ^ TypeError: Cannot use 'in' operator to search for 'oneOf' in undefined at C:\Users\thomas.pedot\Developpements\platformes\sandbox\openapi2n8n\nodebuilder\dist\services\OpenApiStager.js:193:25 at...

Hey, Running node builder on the sevDesk API I receive duplicate paths for `get` and `getAll`. Steps to reproduce: 1. Get openAPI Spec from https://my.sevdesk.de/swaggerUI/index.html#/ 2. Run `npm run generate`...

## This is a bug report related to the generation of a node from a Swagger definition. ## Description I have the following Swagger definition 2.0 that I want to...