okay, Thank you. let me go through that. Also, can you elaborate on what do you mean by "integrate into your app manually" ?
On Thursday, June 8, 2017 at 2:19:55 PM UTC-4, Ron wrote: > 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: *<[email protected] <javascript:>> on behalf of > Sudeep Yadav <[email protected] <javascript:>> > *Reply-To: *"[email protected] <javascript:>" < > [email protected] <javascript:>> > *Date: *Thursday, 8 June 2017 at 11:18 > *To: *Swagger <[email protected] <javascript:>> > *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: *<[email protected]> on behalf of Sudeep Yadav < > [email protected]> > *Reply-To: *"[email protected]" < > [email protected]> > *Date: *Thursday, 8 June 2017 at 11:07 > *To: *Swagger <[email protected]> > *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: *<[email protected]> on behalf of Sudeep Yadav < > [email protected]> > *Reply-To: *"[email protected]" < > [email protected]> > *Date: *Thursday, 8 June 2017 at 7:07 > *To: *Swagger <[email protected]> > *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 [email protected] <javascript:>. > 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 [email protected]. > 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 [email protected] <javascript:>. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
