KaotoIO / kaoto

The UI of the Kaoto project
https://kaoto.io
Apache License 2.0
32 stars 24 forks source link

Import Open API Specification Functionality #1490

Open jcordes73 opened 3 days ago

jcordes73 commented 3 days ago

Please describe the feature that you want to propose

Allow for importing an Open API Specification and creating direct routes based on the operationName defined in the spec. As a further enhancement a dummy response should be provided.

apupier commented 3 days ago

This feature is provided by the VS Code Language Support extension: https://camel-tooling.github.io/camel-lsp-client-vscode/content/commands.html#create-a-camel-route-using-camel-jbang , see chapter From an OpenAPI file with YAML Dsl

jcordes73 commented 3 days ago

Unfortunately this is not integrated in the UI and requires many additional steps.