Re: Understanding the usage of components and $refs

2018-05-11 Thread Ron Ratovsky
Parameters can be referenced only one at a time. You’d need to define several parameters and reference each one of them individually. Currently, there’s no support for referencing a group of parameters. From: on behalf of "de...@conflabs.com"

Re: codegen

2018-05-11 Thread Ron Ratovsky
There’s initial support in version 3.0.0-RC0. From: on behalf of Jayc Jayc Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Friday, May 11, 2018 at 07:07 To: Swagger

Re: How to Use oneOf tag

2018-05-11 Thread Ron Ratovsky
Widget? From: on behalf of "danus...@interblocks.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Friday, May 11, 2018 at 00:43 To: Swagger

Re: Unable to infer base url.

2018-05-11 Thread Ron Ratovsky
Springfox is not one of our projects. Please check the project’s documentation for the latest dependencies and use. From: on behalf of Anand Mishra Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Unable to infer base url.

2018-05-11 Thread Anand Mishra
Hi Ron, One more thing i have used the following code then popup remove but apis are not giving response: import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; import

Understanding the usage of components and $refs

2018-05-11 Thread devin
I am trying to reference a component for my parameters because i will be using it a lot. But it does not output the form in the description area. Here is what it looks like components: parameters: Query: - in: "query" name: "with[]" schema: type: "array"

Flask-Restplus-Swagger, how to export the documentation?

2018-05-11 Thread Chun Zhang
Hi, All, I am fairly new to Python/Flask/Restplus/Swagger, well in fact this is my first project using Python. I am using the framework of Flask+Restplus+Swagger. The swagger-ui created beautiful API documentation. However, I got a request to export this documentation to another place to

modelling polymorphism and/or composition in OpenApi

2018-05-11 Thread michal . laguna
Hi, We're working on a resource operation which might return different implementations of a given interface. Let's say it's an operation returning a Pet, which can be either a Dog, or a Cat. Additionally all my Pets have a common property, "noise". I wouldn't like to go into inheritance vs

codegen

2018-05-11 Thread Jayc Jayc
Does codegen can generate for open api v.3 ? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsubscr...@googlegroups.com. For more options,

modelling polymorphism and/or composition in OpenApi

2018-05-11 Thread michal . laguna
Hi, We're working on a resource operation which might return different implementations of a given interface. Let's say it's an operation returning a Pet, which can be either a Dog, or a Cat. Additionally all my Pets have a common property, "noise". I wouldn't like to go into inheritance vs

modelling polymorphism and/or composition in OpenApi

2018-05-11 Thread michal . laguna
Hi, We're working on a resource operation which might return different implementations of a given interface. Let's say it's an operation returning a Pet, which can be either a Dog, or a Cat. Additionally all my Pets have a common property, "noise". I wouldn't like to go into inheritance

Re: Unable to infer base url.

2018-05-11 Thread Anand Mishra
Hi Ron, Can you please tell me which version i need to use. currently i am using the following : io.springfox springfox-swagger2 2.7.0 compile io.springfox springfox-swagger-ui 2.7.0 compile On Wednesday, May 2, 2018 at 12:51:25 AM UTC+5:30, Ron wrote: > > That

Request you to resolve my query

2018-05-11 Thread Vijay Rangarajan
Dear Google PL resolve my query. I have raised two complaint 1. near by song not able to come on my phone screen.. 2. Speaker not able clear. The above issued not yet resolved kindly resolve immediately Regards Vijaya. R -- You received this message because you are subscribed to the Google

Re: How to Use oneOf tag

2018-05-11 Thread danushka
Hi All, I manage to get oneOf tag sorted by upgrading to swagger version 3.0.0. But still i have issue in *widget: "radio". * can any one help me on this. OneOf Tag Reference : https://github.com/OAI/OpenAPI-Specification/issues/333 Thank you in advance. On Friday, May 11, 2018 at

Swagger ui for wcf rest

2018-05-11 Thread Chandan roy
Hi Team, I have downloaded the sample application from below github link. https://github.com/abelsilva/swaggerwcf I am able to run the solution and its running perfectly ok from my local development environment. However I could not understand how to display my service documentation using