tree: 4edbe36401b10b33fdd73bbb371435d3d7476014 [path history] [tgz]
  1. greetings-api.json
  2. greetings.groovy
  3. README.md
jbang/open-api/README.md

Open API examples

Find useful examples about how to expose an Open API specification in a Camel integration.

Greetings example

Run the examples running

camel run --open-api greetings-api.json greetings.groovy

Then you can test by calling the hello endpoint, ie:

$ curl -i http://localhost:8080/camel/greetings/jack
HTTP/1.1 200 OK
Accept: */*
name: hello
User-Agent: curl/7.68.0
transfer-encoding: chunked

Hello from jack