Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bootique/bootique-swagger

Swagger integration with Bootique
https://github.com/bootique/bootique-swagger

Last synced: about 2 months ago
JSON representation

Swagger integration with Bootique

Awesome Lists containing this project

README

        

# Internal Notes for "bootique-swagger" Developers

"bootique-swagger-ui" integrates HTML/CSS/JS from [swagger-ui](https://github.com/swagger-api/swagger-ui) packaged
as a ["web jar"](https://github.com/webjars/swagger-ui). When upgrading to a new version, check the `index.html`
file inside the "web jar", and update our own "index.mustache" to match the structure of this file. Our customizations
include:

* Dynamic path generation for Swagger resources
* `window.onload` function to [load our own app Swagger model](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md)