esi-swagger-ui
esi-swagger-ui copied to clipboard
ESI Swagger-UI (v3). For local development, see run.sh and/or the wiki
Did some more research on this earlier today. Found the following PR. I am not a rocket scientist but if I reading it correctly, the feature is already there and...
seems to of been missed w/ the new deepLinking support https://github.com/swagger-api/swagger-ui/issues/1369
it seems nested arrays are under-supported.. currently missing: - [ ] nested "add item" box does not respect maxItems, lets you add as many or few as you want -...
when this line is hit: https://github.com/ccpgames/esi-swagger-ui/blob/9a20dd8bf0e00d8eeef82e5f727652759f811e64/dist/index.html#L107
run.sh should pull specs for both sisi and tq, serve both alternatively point localdev at prod, wouldn't be offline/self-contained documentation anymore then tho
this is a minor annoyance
when returning from your SSO redirect loop, the auth dialog window stays open
https://github.com/swagger-api/swagger-ui/issues/2664 if you authenticate with any scopes, all operation items will appear with a locked icon, regardless of what scopes are actually available.
https://github.com/swagger-api/swagger-ui/issues/3028 needed to update the base_url and version, hide/unhide that div on load/switch ideally div#api_info starts hidden and becomes visible onComplete