I’d recommend the latest, which is not something you can get from springfox 
directly, as far as I know. You’d have to integrate it into your app manually.

 

Take a look at https://github.com/swagger-api/swagger-ui.

 

 

 

From: <swagger-swaggersocket@googlegroups.com> on behalf of Sudeep Yadav 
<sudeepyadav2...@gmail.com>
Reply-To: "swagger-swaggersocket@googlegroups.com" 
<swagger-swaggersocket@googlegroups.com>
Date: Thursday, 8 June 2017 at 11:18
To: Swagger <swagger-swaggersocket@googlegroups.com>
Subject: Re: Validator error while tring to parse a url that has json

 

oh ! I am new to this swagger thing. I have used only this in my POM . Can you 
recommend which version of swagger ui I should use.

On Thursday, June 8, 2017 at 2:13:03 PM UTC-4, Ron wrote: 

That’s springfox, not swagger-ui. They have their own wrapper around 
swagger-ui, but I don’t know which version it is. I need the swagger-ui version.

 

 

 

From: <swagger-sw...@googlegroups.com> on behalf of Sudeep Yadav 
<sudeepy...@gmail.com>
Reply-To: "swagger-sw...@googlegroups.com" <swagger-sw...@googlegroups.com>
Date: Thursday, 8 June 2017 at 11:07
To: Swagger <swagger-sw...@googlegroups.com>
Subject: Re: Validator error while tring to parse a url that has json

 


Hi Ron,

 

I am using swagger 2.

<dependency>

<groupId>io.springfox</groupId>

<artifactId>springfox-swagger2</artifactId>

<version>2.6.1</version>

</dependency>

 

<dependency>

 

<groupId>io.springfox</groupId>

 

<artifactId>springfox-swagger-ui</artifactId>

 

<version>2.5.0</version>

 

</dependency>

 


On Thursday, June 8, 2017 at 1:30:44 PM UTC-4, Ron wrote:

Which version of swagger-ui do you use?

 

 

 

From: <swagger-sw...@googlegroups.com> on behalf of Sudeep Yadav 
<sudeepy...@gmail.com>
Reply-To: "swagger-sw...@googlegroups.com" <swagger-sw...@googlegroups.com>
Date: Thursday, 8 June 2017 at 7:07
To: Swagger <swagger-sw...@googlegroups.com>
Subject: Validator error while tring to parse a url that has json

 

Hi All, 

I am getting the following error while trying to access my URL using Swagger.

 

{"schemaValidationMessages":[{"level":"error","message":"Can't read from file

 

I understand that the URL I am providing isn't public hence I am trying to skip 
the validator.

I have tried putting it as "null" in my JS as well as my index.html.

Still the issue persists. 

Please let me know if there is any other way to go about the same, or any 
pointers to where I can find the solution.

Thanks .

 

Sudeep.

-- 
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, visit https://groups.google.com/d/optout.

-- 
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, visit https://groups.google.com/d/optout.

-- 
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, visit https://groups.google.com/d/optout.


-- 
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, visit https://groups.google.com/d/optout.

Reply via email to