Documentation not being captured and displayed. Configuration assistance. Spring MVC.

2017-06-27 Thread Jason Wu
Hi all. So we have been running into this issue of not seeing our documentation and endpoints being properly captured in our Spring MVC webservice application. It's empty UI returned. The implementation worked just fine in our other Spring Boot projects but not in our MVC project. Our config

Re: Writing array nodes in swagger editor

2017-06-27 Thread A One
I see, but is there anyway to achieve the same example though is not necessary, am just curious that's all On 6/27/17, Ron Ratovsky wrote: > What’s generated by the editor is an example – it will show only one item. > > > > > > > > From: on behalf of A One > > Reply-To: "swagger-swaggersocket@g

Re: Writing array nodes in swagger editor

2017-06-27 Thread Ron Ratovsky
What’s generated by the editor is an example – it will show only one item. From: on behalf of A One Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, 27 June 2017 at 11:23 To: Swagger Subject: Re: Writing array nodes in swagger editor I can't figure out how to wr

Re: Writing array nodes in swagger editor

2017-06-27 Thread A One
I can't figure out how to write the first one in YAML, exactly the point i start adding multiple nodes adding to respones On Tuesday, June 27, 2017 at 7:15:09 PM UTC+1, A One wrote: > > Hello here is what am trying to achieve > > { >"getServiceTemplateThingsResponse":{ > "requestId":"

Re: Writing array nodes in swagger editor

2017-06-27 Thread Ron Ratovsky
What’s the difference? From: on behalf of A One Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, 27 June 2017 at 11:15 To: Swagger Subject: Writing array nodes in swagger editor Hello here is what am trying to achieve { "getServiceTemplateThingsResponse":{

Writing array nodes in swagger editor

2017-06-27 Thread A One
Hello here is what am trying to achieve { "getServiceTemplateThingsResponse":{ "requestId":"", "partner_id":"", "customer_id":"", "result_code":"", "result_description":"", "response":[ { "udid":"", "imsi":"",

Re: https protocol gets converted to http url while using try it out feature

2017-06-27 Thread Santosh Ghalsasi
Hi, can I please know the details about the open defect so that I can track the same to see if there are any timelines to fix this Regards, Santosh On Friday, 23 June 2017 11:40:34 UTC+1, Santosh Ghalsasi wrote: > Hi, > we are trying to use swagger UI to present some of our API specs to the >