This repository was archived by the owner on Nov 27, 2023. It is now read-only.
v0.1.0 #18
Delawen
announced in
Announcements
v0.1.0
#18
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
This is the first release for the Kaoto backend. It contains the basic endpoints for the Kaoto frontend to work:
/stepthat lists the full catalog of steps/step/id/{id}that returns details from a step by identifier/step/name/{name}that returns details from a step by name/deployment/yamlthat returns the kamelet binding of the integration/viewdefinitionthat returns the list of views associated to the integrationYou can try it by running the latest docker image from Docker Hub kaotoio/backend:
docker run --rm -p 8080:8080 kaoto/backendWith the docker image running, the full API documentation can be found on
http://localhost:8080/q/swagger-ui/There is a developer documentation.
Full Changelog: https://github.com/KaotoIO/kaoto-backend/commits/v0.1
This discussion was created from the release v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions