-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement first iteration of Rest DSL #54
Labels
Comments
lordrip
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Aug 24, 2023
We also need an import functionality which takes an openAPI spec file and generates the Rest / Routes parts for the user. |
Lowering the priority as it might be enough to provide just the OpenAPI import ( API First ) in the first iteration. |
We are moving the OpenAPI import to the VS Code extension. Rest DSL will not be part of the feature parity milestone. I am moving this issue back to the backlog. |
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Nov 11, 2024
This commit adds support for the Rest DSL from Apache Camel. fix: KaotoIO#1505 fix: KaotoIO#54
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Dec 16, 2024
This commit adds support for the Rest DSL from Apache Camel. fix: KaotoIO#1505 fix: KaotoIO#54
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Dec 16, 2024
This commit adds support for the Rest DSL from Apache Camel. fix: KaotoIO#1505 fix: KaotoIO#54
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Dec 16, 2024
This commit adds support for the Rest DSL from Apache Camel. fix: KaotoIO#1505 fix: KaotoIO#54
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Dec 17, 2024
This commit adds support for the Rest DSL from Apache Camel. fix: KaotoIO#1505 fix: KaotoIO#54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the feature that you want to propose
Context
Currently, the Camel YAML schema is available in the zustand store at
useSchemasStore
Despite that, there's no Rest Configuration UI available yet.
Goal
The goal is to provide a first iteration of the config UI for Rest and RestConfiguration objects.
Requirements (can be implemented in subsequent GitHub issues if needed)
Rest
page that will hold the Rest-related UIRest
andRestConfiguration
objects. Please see the POCSee the right side of the POC
Notes
The text was updated successfully, but these errors were encountered: