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

2017-01-03 Thread frazierjanice629 via Swagger
On Tue, 1/3/17, diaz_carolyn97772 via Swagger wrote: Subject: Re: Cant locate swagger.json on java + embedded jetty + httpservlet + swagger integration To: swagger-swaggersocket@googlegroups.com Date:

Editor

2017-01-03 Thread Joseph Juhnke
Hi guys, I'm playing around with Swagger and I've run into an issue with responses. Has anyone noticed the "GET /products try this operation" doesn't return anything? http://editor.swagger.io/#/ I get this only: HTTP/1.1 I'm entering junk numbers for latitude and longitude. What am I

Swagger Authentication issue.

2017-01-03 Thread polu . java
HI We are using the swagger for documenting the RestApi. Jax-rs2 we are using with Jersey implementation .Please find the maven dependencies. Could you help me how to provide kind of login page authentication for My swagger ui . io.springfox springfox-swagger2

extend swagger ui with /health route

2017-01-03 Thread Shail Patel
I need help extending swagger UI to have a /health route. I need this for haproxy to check if the swagger UI instance is up and running. I've provided more details here: http://stackoverflow.com/questions/41453685/how-to-add-a-route-to-swagger-ui Any help would be much appreciated! -- You

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

2017-01-03 Thread diaz_carolyn97772 via Swagger
On Tue, 1/3/17, janet vanderpuye wrote: Subject: Re: Cant locate swagger.json on java + embedded jetty + httpservlet + swagger integration To: "Swagger" Date: Tuesday, January 3, 2017,

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

2017-01-03 Thread janet vanderpuye
Hi Guys, Happy new year. I have a committed the problematic code here (https://github.com/rhycce/swaggersample.git) as requested. I would be grateful if you could check it out and help me resolve it. This is the current output I have from

Re: Post request issue

2017-01-03 Thread tony tam
Please take a look at the swagger petstore example at http://petstore.swagger.io > On Jan 3, 2017, at 6:46 AM, pria wrote: > > I'm trying to create a POST request with various parameters with in the body > of the request. However I'm unable to generate the swagger ui where

Re: swagger doclet does not generate the swagger documentation

2017-01-03 Thread tony tam
Hi, you should probably open an issue on that repository. > On Jan 3, 2017, at 9:08 AM, manouche.li9...@gmail.com wrote: > > hello everyone > iam new to swagger > i need your help to understand how things go > actually, i'm using swagger doclet to generate swagger specification for a > rest

swagger doclet does not generate the swagger documentation

2017-01-03 Thread manouche . li9001
hello everyone iam new to swagger i need your help to understand how things go actually, i'm using swagger doclet to generate swagger specification for a rest API i used the directives from https://github.com/conorroche/swagger-doclet i added the maven part but nothing was generated im