swagger_engine
swagger_engine copied to clipboard
[LOOKING FOR MAINTAINER] swagger-ui as mountable rails engine
reset.css and print.css aren't generated (I know you already know because of a comment on a [commit](https://github.com/batdevis/swagger_engine/commit/158fc418d61c744ba54036e70187fad40904c8d2)), but I think the problem has to do with the path. I cloned...
Does `swagger_engine/app/assets/stylesheets/swagger_engine/application.scss` really need the sass extension? Everything it includes seems to be a CSS file. The stack trace on failing to load is: ``` LoadError (cannot load such file...
It would be great if the JSON could be read from an URL. This would allow changes in the API to be automatically updated in the UI.
I'm sorry but I can't maintain this project anymore. If someone want to maintain this project, contact me (batdevis[at]gmail.com) and I will transfer the ownership.
https://github.com/swagger-api/swagger-ui/releases/tag/v2.1.4 Fixes many issues including better support for references. Which may fix #10
Bunch of changes to support oauth2. Opening up for discussion. - upgrade swagger-ui core code from 2.1.2 to 2.1.3 - fixed all images assets to load - additional configuration variables...
Allow user to pass custom swagger configuration parameters described https://github.com/swagger-api/swagger-ui#parameters from https://github.com/batdevis/swagger_engine/blob/master/lib/swagger_engine/engine.rb#L11 to to the https://github.com/batdevis/swagger_engine/blob/master/app/views/swagger_engine/swaggers/show.html.erb#L28
API servers hopefully have the asset pipeline disabled by default. It would be great to provide directions in the README on how to set up swagger_engine without the asset pipeline.