Re: Swagger is not generated from main resource to subresource with hidden-true

2017-03-01 Thread tony tam
Hello Radu, can you look at this sample for guidance? https://github.com/swagger-api/swagger-samples/tree/master/java/java-jaxrs-subresource > On Feb 24, 2017, at 5:02 AM, Radu Fabian

Re: Swagger is not generated from main resource to subresource with hidden-true

2017-02-24 Thread Radu Fabian
I do not believe it. It is set to hidden to avoid double generation one from main resource and another from sub resource. What other solution do you have? Thank you, Radu On Thursday, February 23, 2017 at 4:28:38 PM UTC+1, tony tam wrote: > > I believe that if you set it to hidden, it should…

Re: Swagger is not generated from main resource to subresource with hidden-true

2017-02-23 Thread tony tam
I believe that if you set it to hidden, it should… be hidden > On Feb 23, 2017, at 3:25 AM, Radu Fabian wrote: > > Hello, > > I have main resource ConfigurationResource and the subresource > EnvironmentsResource. > I am using swagger-io api version 1.5.9 with artifact