Re: Merging Swagger definitions into one

2016-09-15 Thread Matt Pavlovich
That feels like it would need to be a component-specific feature vs Camel-wide. I know CXF provides an API listing, but I think it would be out-of-scope for Camel to own that w/ all the various technologies and components. Seems like an easy enough servlet to write.. look up local definitions

Re: Merging Swagger definitions into one

2016-09-15 Thread Claus Ibsen
On Thu, Sep 15, 2016 at 1:52 PM, Raul Kripalani wrote: > Hi, > > We have several Camel contexts using the REST DSL and exposing Swagger > definitions. > > Unfortunately, each context is exposing its own and we don't have a unified > view of all API endpoints. > > I am aware about the API Context L

Merging Swagger definitions into one

2016-09-15 Thread Raul Kripalani
Hi, We have several Camel contexts using the REST DSL and exposing Swagger definitions. Unfortunately, each context is exposing its own and we don't have a unified view of all API endpoints. I am aware about the API Context Listing feature, but it's not what I'm after at the moment. Do we suppo