Hi Maybe something like the rest-swagger component https://camel.apache.org/components/latest/rest-swagger-component.html
However this is for Camel to call an existing REST service by referring to the swagger api of the service. On Fri, Nov 8, 2019 at 10:17 PM Ron Cecchini <[email protected]> wrote: > > I'm taking a shot here... > > I'm new to Swagger. > > I see that Camel has integration for generating Swagger APIs. > > But what about *reading* someone else's API and using their schemas in my > routes? > > I'm looking at Swagger Codegen to see how to generate the client code... But > given Camel's infinite awesomeness, I was wondering if Camel or anyone has > basically automated the process so that, say, at start up you can dynamically > grab someone's API and use that to parse data from their endpoints, etc. > > Thanks and have a great weekend everyone. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
