Re: Swagger Dropwizard Authentication

2017-10-09 Thread piyush mendhiratta
;> annotation. >> >> >> >> >> >> >> >> *From: *<swagger-sw...@googlegroups.com> on behalf of Piyush Mendhiratta >> <mendhirat...@gmail.com> >> *Reply-To: *"swagger-sw...@googlegroups.com" <swagger-sw

Re: Swagger Dropwizard Authentication

2017-10-09 Thread Piyush Mendhiratta
*<swagger-sw...@googlegroups.com > on behalf of > Piyush Mendhiratta <mendhirat...@gmail.com > > *Reply-To: *"swagger-sw...@googlegroups.com " < > swagger-sw...@googlegroups.com > > *Date: *Monday, October 9, 2017 at 01:18 > *To: *Swagger <swagger-sw...@g

Re: Swagger Dropwizard Authentication

2017-10-09 Thread Ron Ratovsky
<swagger-swaggersocket@googlegroups.com> Date: Monday, October 9, 2017 at 01:18 To: Swagger <swagger-swaggersocket@googlegroups.com> Subject: Swagger Dropwizard Authentication I am trying to create swagger using the swaggerUI. My API framework uses dropwizard. Now when I am tryin

Swagger Dropwizard Authentication

2017-10-09 Thread Piyush Mendhiratta
I am trying to create swagger using the swaggerUI. My API framework uses dropwizard. Now when I am trying to use a GET resource with @Auth for authentication, swagger that is generated have a body that should have a "User". But ideally any GET request should not have a "body". ANy suggestions