Re: Header undefined

2017-04-03 Thread Dinesh Babu
I tried with the default example provided by Swagger(PetStore on Heroku). In order to explore how it works after introducing header(token), added the header(below code for reference).

Re: xml to yaml spec

2017-04-03 Thread Ron Ratovsky
Describing something this long will take a bit too long, but how about you share what you have so far and we’ll help you with the errors? From: on behalf of Gianclod Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, 3 April 2017 at 5:38 To: Swagger Subject: xml to ya

Re: Swagger file fail to parse, Missing required property: items

2017-04-03 Thread Ron Ratovsky
Hi Steve, I missed you on IRC. Can you share the spec that’s being generated? From: on behalf of "steve.heslo...@codewise.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, 3 April 2017 at 5:21 To: Swagger Subject: Swagger file fail to parse, Missing required pr

Re: Header undefined

2017-04-03 Thread Ron Ratovsky
Are you using swagger-ui or swagger-editor? Can you share your spec? From: on behalf of Dinesh Babu Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, 3 April 2017 at 2:02 To: Swagger Subject: Header undefined Hi I have a Rest api which is GET verb, which acc

Re: Swagger

2017-04-03 Thread Ron Ratovsky
Swagger doesn’t change your API, it simply describes it. For python integrations, take a look at http://swagger.io/open-source-integrations/. From: on behalf of Nitin Prakash Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, 3 April 2017 at 1:24 To: Swagger Subje

Re: How to make Swagger codegen to generate @JsonInclude(Include.NON_NULL) in java pojo classes

2017-04-03 Thread Archana Sukesh
Thank you. I have created discussion in swagger codegen. https://github.com/swagger-api/swagger-codegen/issues/5309 On Monday, April 3, 2017 at 1:41:43 AM UTC-4, wing328 wrote: > > I would suggest you to start a discussion via > https://github.com/swagger-api/swagger-codegen/issues/new so that t

xml to yaml spec

2017-04-03 Thread Gianclod
i'm trying to write this method is the swaggwer editor but i keep getting errors, how would you write it? ```xml false 5 subcategory Subcategories 1

Swagger file fail to parse, Missing required property: items

2017-04-03 Thread steve . heslouin
Hi Everyone, We use the following dependencies: io.swagger swagger-models 1.5.13 io.swagger swagger-core 1.5.13 The problem is that the swagger 2.0 file generated seems to be invalid, because when i try to import it in http://editor.swagger.io/#!/ It throw me this error: code:

at&t yahoo email support number 18553380710

2017-04-03 Thread attnsupprt
AT&T Email Customer Support Number +1 855 338 0710 AT&T Customer Support Number +1 855 338 0710 AT&T Help Tech Service Support Number +1 855 338 0710 AT&T 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 ha

Header undefined

2017-04-03 Thread Dinesh Babu
Hi I have a Rest api which is GET verb, which accepts Authorization as header and return type is array of objects. In this scenario i am getting header undefined error in swagger.io. But when i copy,paste the script generated by swagger to fiddler it work fine. Could some one help on this?. if

Swagger

2017-04-03 Thread Nitin Prakash
Hi, I am new to swagger and had a doubt regarding it. Supposing I have an existing app that works on REST APIs but now I have to simplify them and make it much more easier by moving to a swagger based approach. In what ways could we do that? the project is a python app. -- You received this me