Re: Questions about the sample Petstore swagger API

2018-10-10 Thread Ron Ratovsky
1 – it’s a single store instance, you can’t create new stores. 2 – What error do you get? From: on behalf of "urnotmysupervi...@gmail.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, October 10, 2018 at 14:07 To: Swagger Subject: Questions about the sample

Re: Download JAX RS version in Swagger AOS 3.0.0

2018-05-16 Thread Ron Ratovsky
SwaggerHub currently does not support code generation for OAS3. You can reach out to their support to get more information on the timeline for it. From: on behalf of "danus...@interblocks.com" Reply-To:

Re: Download JAX RS version in Swagger AOS 3.0.0

2018-05-15 Thread Ron Ratovsky
Are you using the online editor or SwaggerHub? From: on behalf of "danus...@interblocks.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, May 14, 2018 at

Re: Unable to load .json file from URL

2018-05-15 Thread Ron Ratovsky
It could be a CORS issue, yeah. Can you check the browser’s web console for any errors? From: on behalf of Debbie Martin Reply-To: "swagger-swaggersocket@googlegroups.com" Date:

Re: requestBody doesn't show

2018-05-14 Thread Ron Ratovsky
Hi, It looks like the indentation is broken in your pasted definition and it’s impossible to track down the issue. Can you attach the entire definition as a plain file? Thanks. From: on behalf of spieljs Reply-To:

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: Swagger-codegen code generation question

2018-05-10 Thread Ron Ratovsky
No worries, glad you got it sorted out. From: on behalf of Dale Christ Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, May 9, 2018 at 19:40 To: Swagger

Re: FAILED test getAufStatusM returns exception: InvocationTargetException, null

2018-05-09 Thread Ron Ratovsky
That’s not one of our projects, so we don’t have the knowledge to help. Would suggest filing a ticket with the project. From: iermakova via Swagger Reply-To: "swagger-swaggersocket@googlegroups.com" Date:

Re: Declaring Abstract Classes in Swagger Specification

2018-05-08 Thread Ron Ratovsky
There isn’t – it doesn’t really make sense. From: on behalf of Phanindra Sastry Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, May 8, 2018 at 07:47 To:

Re: Facing issue while doing Swagger integration to Maven Jaxrs

2018-05-08 Thread Ron Ratovsky
Swagger-core doesn’t generate anything at compile time, but rather exposes it at runtime. Check the project’s wiki for more details. From: on behalf of kaushal Shah Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: INTEGRATING SWAGGER TO JERSEY #HELPP

2018-05-08 Thread Ron Ratovsky
Yes, it’s possible to run maven under eclipse. It exposes the files at runtime, it doesn’t generate files in your filesystem. No, it doesn’t make sense. Jersey doesn’t support JAX-WS, only JAX-RS. From: on behalf of Hadi Pranoto

Re: Swagger-codegen code generation question

2018-05-07 Thread Ron Ratovsky
I assume that by “Swagger 2.9.0” you mean Springfox, as there’s no Swagger tool, and not with that version. As for the codegen, are you sure you’re using version 1.3.2? That version also doesn’t exist for the project. As for authentication, it depends on what your API definition has for

Re: Make it smaller please!

2018-05-03 Thread Ron Ratovsky
Hi Scott, You bring up a very interesting point and use case. While we can’t guarantee anything, it would be great if you filed a ticket with the project, providing similar details as here. You’ve explained well the need and the use case(s) and that’s something we might be able to work

Re: Regex /i Option Support

2018-05-01 Thread Ron Ratovsky
I see. That might be an issue with the validation implementation. Would you mind filing a ticket on Swagger-UI (not Swgger-Editor)? From: on behalf of Greg Fox Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Error while using array in Post specification

2018-05-01 Thread Ron Ratovsky
In Swagger/OAS 2.0 – form data parameters do not allow the use of complex types. If that’s a requirement for you, you would need to use OAS3. From: on behalf of Kreative76 Reply-To:

Re: Pass a hidden field / parameter through Swagger API

2018-05-01 Thread Ron Ratovsky
Not sure I understand the use case. If you want to have a parameter with a fixed value, why have the parameter at all? From: on behalf of Nathan Best Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Define a Contant String Value

2018-05-01 Thread Ron Ratovsky
Unfortunately, the spec doesn’t support referencing pattern values, you’d have to copy them, or reuse the object that contains them. From: on behalf of Greg Fox Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Unable to infer base url.

2018-05-01 Thread Ron Ratovsky
That looks like a very old version of swagger-ui. Please try the latest. From: on behalf of Anand Mishra Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday,

Re: Regex /i Option Support

2018-05-01 Thread Ron Ratovsky
It doesn’t seem to work where? Swagger is a set of tools, not a specific one. Which tool are you referring to? From: on behalf of Greg Fox Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: SSL to endpoint - "TypeError: Failed to fetch"

2018-05-01 Thread Ron Ratovsky
The OPTION call is being sent by the browser, not Swagger-UI. We can’t control whether it does or doesn’t, it’s a security feature implemented by the browser. If there’s an issue with FF, it may be a bug with the browser itself. From: on behalf

Re: Specifying CORS headers?

2018-05-01 Thread Ron Ratovsky
Hi Dan – I’m a bit unclear about what you’re trying to do. However, since this is related to SwaggerHub, please use the in-app support, and they would be able to help you out. From: on behalf of Dan Moore Reply-To:

Re: Is anyOf Allowed With Array Items

2018-05-01 Thread Ron Ratovsky
Both oneOf and anyOf are valid and supported – they just have a different meaning. From: on behalf of "amcmani...@pindrop.com" Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: How do I convert C# classes into JSON using Swagger?

2018-05-01 Thread Ron Ratovsky
We don’t have any libraries that support the code-first approach with C#, however, you might want to take a look at Swashbuckle. From: on behalf of William Thompson Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger with Swashbuckle version 5 on a Web API

2018-05-01 Thread Ron Ratovsky
Swashbuckle is not one of our libraries, and we don’t know enough about it to provide guidance. Would suggest filing a ticket with the project directly. From: on behalf of Ashley Taylor Reply-To:

Re: How do I use Swagger to show a class view of the code along with its dependencies?

2018-05-01 Thread Ron Ratovsky
Not sure I follow the question – Swagger is a set of tools to work around your OpenAPI definition (of your API, obviously). From: on behalf of William Thompson Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-10 Thread Ron Ratovsky
Goodwin <matt.go...@gmail.com> Reply-To: "swagger-sw...@googlegroups.com" <swagger-sw...@googlegroups.com> Date: Tuesday, April 10, 2018 at 00:16 To: "swagger-sw...@googlegroups.com" <swagger-sw...@googlegroups.com> Subject: Re: Swagger-core Java A

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-10 Thread Ron Ratovsky
2018 at 00:16 To: "swagger-sw...@googlegroups.com" <swagger-sw...@googlegroups.com> Subject: Re: Swagger-core Java Add constraints to a List of Strings REST framework is Spring boot On 9 Apr 2018, at 21:51, Ron Ratovsky <r...@swagger.io> wrote: That doesn’t answer my question though, an

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-09 Thread Ron Ratovsky
That doesn’t answer my question though, and there’s a reason I ask. From: on behalf of Matt Goodwin Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, April 9,

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-09 Thread Ron Ratovsky
This doesn’t make sense. Either you need to use Springfox or you need to use swagger-core, they serve different frameworks. Which REST framework do you use? From: on behalf of Matt Goodwin Reply-To:

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-09 Thread Ron Ratovsky
If you’re using springfox – you need to check with them by filing a ticket directly with the project. From: on behalf of Matt Goodwin Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Section Headers in API Response

2018-04-08 Thread Ron Ratovsky
What do you mean by section header? From: on behalf of Aloke Nath Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Friday, April 6, 2018 at 04:23 To: Swagger

Re: Does Swagger support generating CORBA IDL?

2018-03-20 Thread Ron Ratovsky
No, it doesn’t supprot CORBA. From: on behalf of "sor...@t3software.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, March 20, 2018 at 05:09 To: Swagger

Re: difference between Swagger Editor and Swagger Codegen

2018-03-12 Thread Ron Ratovsky
Swagger-editor uses swagger-codegen as a service to generate code. Using swagger-editor to generate the code will not necessarily give you the latest version, whereas using the codegen directly will. From: on behalf of Faad Ghoraishi

Re: JAXB annotated non-public fields

2018-03-09 Thread Ron Ratovsky
Since I’m not 100% sure, filing a ticket would be the best way to get an answer. From: on behalf of Frank Rosenberger Reply-To: "swagger-swaggersocket@googlegroups.com" Date:

Re: JAXB annotated non-public fields

2018-03-08 Thread Ron Ratovsky
I’d suggest filing a ticket with the respective project. From: on behalf of Frank Rosenberger Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, March 8, 2018 at

Re: Swagger-ui for multiple resources

2018-03-06 Thread Ron Ratovsky
Swagger-ui renders a the API definition as it receives it. Theoretically, if you’d want to have an individual instance per resource, you’d need to have a separate file for each. That said, you can check out the `filter` parameter of swagger-ui, more details at

Re: Want to use swagger for parsing in javascript

2018-03-06 Thread Ron Ratovsky
Swagger-js (swagger-client) is our parser. From: on behalf of Vikalp Sareen Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, March 5, 2018 at 22:36 To: Swagger

Re: How to do advanced queries like "filter[attributes][operator]=name"

2018-03-05 Thread Ron Ratovsky
Assuming a fixed set of values, you can probably use deepObject style in OAS3 – but the documentation doesn’t support that feature yet. From: on behalf of Zach Eisenhauer Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger syntax checker/HTML doc generator

2018-03-02 Thread Ron Ratovsky
You can take a look at the validator-badge project – you can call it as a service. From: on behalf of Heather Gulledge Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger generates generic "date-time" format for java.time.LocalDateTime

2018-03-01 Thread Ron Ratovsky
Sure, you can file a ticket with the project ☺ From: on behalf of Robert Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, March 1, 2018 at 09:39 To: Swagger

Re: Tags display format in the Swagger UI

2018-02-27 Thread Ron Ratovsky
Take a look at https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/deep-linking.md From: on behalf of Prabhu Balakrishnan Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Tags display format in the Swagger UI

2018-02-26 Thread Ron Ratovsky
That’s an old version of the editor. The new version of the editor uses the same UI as swagger-ui. Right now we don’t offer display like that. From: on behalf of Prabhu Balakrishnan Reply-To:

Re: Swagger for SOAP service

2018-02-22 Thread Ron Ratovsky
It does not. From: on behalf of KARTHIK PRABHU N Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, February 22, 2018 at 09:06 To: Swagger

Re: Running Swagger UI on Tomcat

2018-02-22 Thread Ron Ratovsky
The same way you’d construct the url to access swagger-ui within your app. From: on behalf of Sayak Paul Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, February

Re: Running Swagger UI on Tomcat

2018-02-22 Thread Ron Ratovsky
Those questions are a bit out of scope. You’d put the files wherever you’d put any other static content – that’s a Java question, not a Swagger one. As long as they’re in the same application, you won’t need CORS. From: on behalf of Sayak Paul

Re: The Header Object follows the structure of the Parameter Object with the following changes

2018-02-22 Thread Ron Ratovsky
It does. From: on behalf of Stan Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, February 22, 2018 at 05:37 To: Swagger

Re: Running Swagger UI on Tomcat

2018-02-22 Thread Ron Ratovsky
Even if you have the spec in the webapp folder, it’d be hosted just like swagger-ui and have a URL – feed that to it. CORS is only needed if the host and port of the javascript and the target calls are not the same, by definition. From: on

Re: Can someone take a look at a pull request I created

2018-02-21 Thread Ron Ratovsky
Hi Zoran, Thanks for the PRs. We’re constantly going over tickets and PRs and will get to them as soon as we can. From: on behalf of Zoran Regvart Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Running Swagger UI on Tomcat

2018-02-21 Thread Ron Ratovsky
It should work, yes. Pretty much like you’d serve any other static content. You’d need to modify the index.html and point it the the URL where your API definition is served. You do not need to enable CORS if the app and swagger-ui run in the same application. From:

Re: OpenAPI 3.0 swagger-codegen Array in RequestBody

2018-02-21 Thread Ron Ratovsky
Please file a ticket on the codegen project so the issue can be addressed. We don’t have an ETA for the next RC, but SNAPSHOT releases constantly go out. From: on behalf of Jason Fitzpatrick Reply-To:

Re: How should we integrate the Swagger UI with JaxRs,Spring

2018-02-20 Thread Ron Ratovsky
For jax-rs you can use swagger-core. You’d need to install swagger-ui separately. From: on behalf of Yogesh Bhuse Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday,

Re: Response body not showing when path includes params

2018-02-20 Thread Ron Ratovsky
For questions related to SwaggerHub – please use the in-app chat. They’d be able to provide you with better support there. From: on behalf of Harry Blakiston Houston Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Response body not showing when path includes params

2018-02-19 Thread Ron Ratovsky
How did you create the mock? From: on behalf of Harry Blakiston Houston Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, February 19, 2018 at 09:27 To: Swagger

Re: Differences between UI Editor and Published Version

2018-02-16 Thread Ron Ratovsky
Swagger-ui is an open source tool - https://github.com/swagger-api/swagger-ui. What you’re getting is generated code with an instance of swagger-ui in it. You just need to add/replace the included swagger-ui instance with the new one. From: on

Re: Differences between UI Editor and Published Version

2018-02-16 Thread Ron Ratovsky
Hi Rafael, It looks like the template you’re using from the code-gen relies on an older version of swagger-ui. You can always include a newer version yourself and point users to it instead. From: on behalf of Rafael Sérgio Duarte

Re: Differences between UI Editor and Published Version

2018-02-15 Thread Ron Ratovsky
Not sure what you mean by the ‘published’ version, but the ‘published’ screenshots are from an old version of swagger-ui and you’d need to update it. From: on behalf of Rafael Sérgio Duarte Reply-To:

Re: New swagger developer, best Java Server framework to use?

2018-02-15 Thread Ron Ratovsky
If you’re writing a server from scratch, I’d recommend taking a look at https://github.com/swagger-api/swagger-inflector. Go through the tutorial, it’s very simple, and you’ll see the simplicity yet power of the tool. From: on behalf of

Re: Swagger v2: Security requirement interpretation: AND vs OR

2018-02-15 Thread Ron Ratovsky
Yup, it’d be a logical AND. From: on behalf of Willem Salembier Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, February 15, 2018 at 02:00 To: Swagger

Re: Cannot resolve the configured swagger-router handler

2018-02-14 Thread Ron Ratovsky
This is a question that should be asked on a127’s repo. Unfortunately, we don’t know those products well enough to provide support for them. From: on behalf of Gareth Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: SWAGGER EDITOR ONLINE DOESNT WORK

2018-02-13 Thread Ron Ratovsky
It’s fixed now. Please be aware that we provide the editor and codegen online as a free service with no SLA guarantees. If you depend on it, and are pressed for time, you can always run any of the tools locally and get the same result. From: on

Re: Please help translate Swagger 2.0 simple example to OAS3

2018-02-12 Thread Ron Ratovsky
You can create a gist at gist.github.com, and feed the converter the link to the raw instance of the gist. From: on behalf of Daniel Belcher Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: swagger 3: schema for map of maps

2018-02-12 Thread Ron Ratovsky
Yes. From: on behalf of "arindam.choudh...@ackstorm.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, February 6, 2018 at 05:50 To: Swagger

Re: Authentication in phoenix

2018-02-12 Thread Ron Ratovsky
What is phoenix? From: on behalf of "a...@evercam.io" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Friday, February 9, 2018 at 00:13 To: Swagger

Re: Swagger Editor Validation Error- "pattern" should match format "regex"

2018-02-12 Thread Ron Ratovsky
Which version of the editor do you use? I checked with the online one and I’m getting no such validation error. From: on behalf of "galynamudry...@gmail.com" Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: display request body properties as fields instead of json in openapi 3.0

2018-02-12 Thread Ron Ratovsky
Hi Serge – it’s currently not implemented. Follow https://github.com/swagger-api/swagger-ui/issues/3641 for updates. From: on behalf of Serge Joukov Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: swagger 2.0.0 snapshot jars

2017-12-15 Thread Ron Ratovsky
Odd, this should happen automatically. Mind filing a ticket on the project and we’ll take a look? I’ll push a snapshot now manually. From: on behalf of PJ Fanning Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Java to JSON to HTML?

2017-12-12 Thread Ron Ratovsky
It really depends on which REST framework you use in Java. Jersey? RESTEasy? Spring? Something else? From: on behalf of "rpa...@zymergen.com" Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger UI & PDF endpoints

2017-12-12 Thread Ron Ratovsky
It’d be hard to tell without seeing the API definition. Please file a ticket with Swagger-UI with the details requested in the template. From: on behalf of Nicholas W Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Use Cases for Swagger Editor/UI/Codegen?

2017-12-11 Thread Ron Ratovsky
Your descriptions are pretty much right. There’s no overlap between the tools as they use each other. The Editor uses the UI for rendering (so you can get live feedback of what you’re creating) and it uses the codegen to generate the code. From:

Re: Automatic Documentation Generation

2017-12-11 Thread Ron Ratovsky
Hi, Your question is a bit unclear. What is an OpenAPI compliant API spec? And what do you consider to be documentation? People use these terms to mean different things. From: on behalf of mkim Reply-To:

Re: Swagger for Dummies

2017-12-07 Thread Ron Ratovsky
An API is a general term to describe the way for computer software (though could be hardware) components to communicate with each other, whether they live on the same machine or remotely (such as client/server applications). OpenAPI is a specification used to describe APIs that are based on

Re: REsponse time

2017-12-07 Thread Ron Ratovsky
Take a look at `displayRequestDuration` at https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md#display. From: on behalf of "mlokesh1...@gmail.com" Reply-To:

Re: Upgrade swagger

2017-12-07 Thread Ron Ratovsky
Can you explain more what you’re trying to do? There’s no such things as Swagger 3.0, so if you provide more details maybe it would help understanding what you’re trying to do. From: on behalf of "slmpsk...@gmail.com"

Re: Setup host and basePath dynamically

2017-12-06 Thread Ron Ratovsky
The browser’s web console. From: on behalf of O haya Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, December 6, 2017 at 09:32 To: Swagger

Re: Default value used in swagger query parameters

2017-12-05 Thread Ron Ratovsky
It could be, but it depends on the scenario. The producer/consumer isn’t necessarily the server/client. When an API call is executed by the client to the server – the server is the consumer of the request. When the server returns a response, the client is the consumer of the response.

Re: how to add request headers ?

2017-12-05 Thread Ron Ratovsky
It’s really hard to tell when looking at a snippet, would need the entire definition. From: on behalf of O haya Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, December

Re: Is there a maintenance page for downtime and such?

2017-12-05 Thread Ron Ratovsky
y, December 5, 2017 at 14:12 To: "swagger-swaggersocket@googlegroups.com" <swagger-swaggersocket@googlegroups.com> Subject: Re: Is there a maintenance page for downtime and such? Hi - I am referring to the Swagger OpenAPI, v2. On Tue, Dec 5, 2017 at 1:59 PM, Ron Ratovsky <

Re: Is there a maintenance page for downtime and such?

2017-12-05 Thread Ron Ratovsky
Which product are you referring to? From: on behalf of Pouyan Assadi Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, December 5, 2017 at 13:26 To: Swagger

Re: Make Swagger work with Relative URL

2017-12-05 Thread Ron Ratovsky
Yup. From: on behalf of T Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, December 5, 2017 at 10:42 To: Swagger

Re: Make Swagger work with Relative URL

2017-12-05 Thread Ron Ratovsky
Okay, it’s definitely not version 1.0.0 but we can work with that. If it’s installed as part of your Java app, it’ll be installed on the server as part of it as well. You should be able to access it just like you access your app. From: on

Re: Where can I specify the authorizationUrl for OAuth2 protected endpoints?

2017-12-05 Thread Ron Ratovsky
It’s under ‘securityDefinitions’. From: on behalf of Nicolae Marasoiu Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, December 5, 2017 at 05:32 To: Swagger

Re: Make Swagger work with Relative URL

2017-12-05 Thread Ron Ratovsky
No worries about being new, but I need more than that. We have over 10 projects under the Swagger name – which project are you talking about? Swagger-UI? Editor? How was it set up? Which version? From: on behalf of T

Re: Relative path in OAuth 2.0 authorizationUrl is allowed in OAS 3?

2017-12-05 Thread Ron Ratovsky
Looks like a UI bug. Can you file a ticket with the project? From: on behalf of Yuto SASAKI Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, December 4, 2017 at 23:12

Re: Make Swagger work with Relative URL

2017-12-05 Thread Ron Ratovsky
Swagger is not a single tool but a collection of those. Can you explain what you’re trying to do exactly? From: on behalf of T Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger Editor external reference local file vrs. remote

2017-12-05 Thread Ron Ratovsky
Thanks, that worked. It looks like it’s a CORS issue. If you check the console, you’ll see something like this: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://s3.amazonaws.com/st-swagger-docs/testschema.json. (Reason: CORS header

Re: Swagger Editor external reference local file vrs. remote

2017-12-05 Thread Ron Ratovsky
I’m afraid it still doesn’t work for me… From: on behalf of Gregg Fiehler Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, December 5, 2017 at 08:14 To: Swagger

Re: New to Swagger environment and question about Swagger-Editor vs. codegen?

2017-12-01 Thread Ron Ratovsky
The editor uses the codegen to provide you with the stubs. If you need more customization, you’d need to use the codegen directly. From: on behalf of O haya Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger Editor external reference local file vrs. remote

2017-12-01 Thread Ron Ratovsky
That would make it difficult for me to figure out what’s wrong… From: on behalf of Gregg Fiehler Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Friday, December 1, 2017

Re: How to describe foreign Key realtions?

2017-11-29 Thread Ron Ratovsky
There actually isn’t a direct way of doing that, mostly because this is an API descriptor and not a model descriptor. In OAS3 there’s a new construct called Links that allows you to describe mapping from responses to future requests, that may satisfy your needs. You can read more about it at

Re: Update Codegen Java

2017-11-29 Thread Ron Ratovsky
ocket@googlegroups.com" <swagger-swaggersocket@googlegroups.com> Subject: Re: Update Codegen Java I mean that, the dependencies of okhttp are old. okhttp3 is online for a while and it is not integrated in the codegen. 2017-11-28 19:55 GMT+01:00 Ron Ratovsky <r...@swagger.io>

Re: "Just use swagger its self documenting"

2017-11-28 Thread Ron Ratovsky
Not sure where you heard that phrase. Swagger is a set of tools around the OpenAPI Specification. The latter allows API documentation. However, there’s no magic. The specification lets you describe all the things you mentioned – if those are not provided by whoever is documenting the API,

Re: Running io.swagger and com.worknik.swagger at the same time

2017-11-28 Thread Ron Ratovsky
It’s possible, but it’s going to take some work. The annotations would be very different, and the integration process is as well. From: on behalf of Larry Blair Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger Reference Title

2017-11-28 Thread Ron Ratovsky
Which version of swagger-ui do you use? From: on behalf of Titanpharao Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, November 28, 2017 at 01:52 To: Swagger

Re: AUTOPOPULATIIN OF HEADER DATA

2017-11-28 Thread Ron Ratovsky
Yes, you can use the requestInterceptor to manipulate the request before it’s being sent out. The information is available at the project’s README. On 11/27/17, 18:45, "swagger-swaggersocket@googlegroups.com on behalf of ashish mehta"

Re: Update Codegen Java

2017-11-28 Thread Ron Ratovsky
Okay, and what do you mean by old dependencies? From: on behalf of Jonas Wolff Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, November 27, 2017 at 23:46 To:

Re: Angular5 and codegen and editor generator support

2017-11-27 Thread Ron Ratovsky
There will be, if anyone from the community contributes such a template. It could even be you! From: on behalf of Jesper Knudsen Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Generating server stubs for an updated api

2017-11-27 Thread Ron Ratovsky
As a first step, I’d recommend reading the README at https://github.com/swagger-api/swagger-codegen - see if it answers your questions. From: on behalf of f4n Reply-To: "swagger-swaggersocket@googlegroups.com"

  1   2   3   4   5   6   >