Re: Host not automatically set to documentation's server when "host" not set in JSON

2017-04-05 Thread Ron Ratovsky
The `host` issue is a known one, and we’re looking into it. From: on behalf of Tiego François-Brosseau Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, 5 April 2017

Host not automatically set to documentation's server when "host" not set in JSON

2017-04-05 Thread Tiego François-Brosseau
Hi, I'm using version 3.04 of Swagger-UI at work. We want Swagger to use the documentation's host address, so we don't set "host" in the JSON documentation. The problem we are seeing is that the host is never set (either null or empty string), while "scheme" and "basePath" are set and have the

Re: Two element array of mixed type

2017-04-05 Thread Matthew Boston
Thanks. I didn't know about items: {}. Cheers, On Tuesday, April 4, 2017 at 6:31:31 PM UTC-6, Ron wrote: > > The most you can do is describe an array of arbitrary values: > > > > type: array > > items: > > type: array > > items: {} > > > > > > > > *From:

How to get coordinates from server

2017-04-05 Thread Loga Priya
Hi to all, I want to get the coordinates (latitude and longitude) from Traccar server(demo). If yes means, How to get it and I want to pass those coordinates to my android application. Thank you all. -- You received this message because you are subscribed to the Google Groups "Swagger"

at yahoo email support number 18553380710

2017-04-05 Thread attnsupprt
AT Email Customer Support Number +1 855 338 0710 AT Customer Support Number +1 855 338 0710 AT Help Tech Service Support Number +1 855 338 0710 AT Billing Customer Support Number +1 855 338 0710 Today’s life is messy. People are busy in their respective fields, building right way for a happy and

can you use codegen for multiple files(yamls)

2017-04-05 Thread dips aws
Hi, Wanted to know if -i cli option in codegen can be used as a list of yaml files? swagger-codegen generate -i a.yaml, b.yaml -l python pls let me know how this can be achieved. thanks ! -- You received this message because you are subscribed to the Google Groups "Swagger" group. To

Re: Header undefined

2017-04-05 Thread Dinesh Babu
could some one on this below example please. provide me the json file similar to the below example. On Tuesday, April 4, 2017 at 7:43:56 AM UTC+5:30, Dinesh Babu wrote: > > I tried with the default example provided by Swagger(PetStore on Heroku). > In order to explore how it works after