Re: How to get swagger file from installed swashbuckle

2017-01-04 Thread lange.kay via Swagger
On Wed, 1/4/17, Kevin Marino wrote: Subject: Re: How to get swagger file from installed swashbuckle To: "Swagger" Date: Wednesday, January 4, 2017, 10:12 PM If you are using default

Re: How to get swagger file from installed swashbuckle

2017-01-04 Thread Kevin Marino
If you are using default setup at the top of the screen should be a url. Copy that url and open, should show the JSON file being used. On Wednesday, December 28, 2016 at 4:15:26 AM UTC-5, Asha Sarad wrote: > > 1. I have my apis for those services i installed swashbuckle > 2. After that i ran

Re: Post request issue

2017-01-04 Thread caldercarey via Swagger
On Wed, 1/4/17, tony tam wrote: Subject: Re: Post request issue To: swagger-swaggersocket@googlegroups.com Date: Wednesday, January 4, 2017, 7:39 PM See here:

Re: Post request issue

2017-01-04 Thread tony tam
See here: https://github.com/swagger-api/swagger-samples/blob/master/java/java-jaxrs/src/main/java/io/swagger/sample/resource/PetResource.java#L108 No

Re: 'container' class in html generated by swagger-ui.js

2017-01-04 Thread Jay Dreyer
I'm having this EXACT same issue. There are a number of hacks I've tried that work, but just like you, I don't want to have to remove class='container' if there's a better way. Did you ever find a solution? On Monday, July 20, 2015 at 10:43:40 AM UTC-5, Kerry Randolph wrote: > > I have a

How to document implicitly dto usage, when we use entity class as api param?

2017-01-04 Thread Alexander Terekhov
There are a problem, when we use Jersey2 resource with implicitly dto usage. Example: @POST @ApiOperation(value = "Create pet", response = PetDTO.class) public Pet create(Pet pet) throws IOException { return this.petService.save(pet); } In this example we implicitly

Re: swagger doclet does not generate the swagger documentation

2017-01-04 Thread manouche . li9001
Hi, the repo don't seems to be reactive thank you anyway. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsubscr...@googlegroups.com. For

Re: Cant locate swagger.json on java + embedded jetty + httpservlet + swagger integration

2017-01-04 Thread lange.kay via Swagger
On Wed, 1/4/17, frazierjanice629 via Swagger wrote: Subject: Re: Cant locate swagger.json on java + embedded jetty + httpservlet + swagger integration To: swagger-swaggersocket@googlegroups.com Date: