-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swagger-ui 2.0.22, swagger.js 2.0.37 #92
Swagger-ui 2.0.22, swagger.js 2.0.37 #92
Conversation
updated swagger.js to 2.0.37 (bundled with swagger-ui) updated swaggerVersion to 1.2
Swagger-ui 2.0.22, swagger.js 2.0.37
Looks good enough to me :) Thx for the contrib :) |
Hi, @johnraz and @Novarg, I tried the last master with this PR, but got some problems. It gives me this error message on javascript side: And it seems to try to load the wordnik api petstore. Do I need some new extra config ? With last stable release, it worked nice maybe I miss something ? Thanks |
@Seraf are you sure you are using fresh swagger-ui.js from updated package? Maybe browser cached old one? Could you flush cache if you didn't do that previously? I just rechecked my setup and doesn't saw anything wrong. |
Sorry it works now, I think a didn't copy correctly the files... Just for information, is it normal that the interface isn't same that http://petstore.swagger.wordnik.com/#!/pet/addPet ? Thanks |
well, it's depending on what exactly differ, some data not provided by |
Again as I several time pointed out yet, there is specification for the the swagger.js project that this project is not full filling. I started a branch here to try to address this but it requires more work as I would like to have unit tests in at the same time ;-) |
Continue from this: #58
Updated to the latest swagger-ui
Also 2 additional features to build extra actions in this pull request:
I can't really cut off them without touching commit history so i decided to leave them in this pull request