Woot Developer Portal             window.onload = function () { // Build a system const ui = SwaggerUIBundle({ url: "https://" + window.location.hostname + "/swagger.json", dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ] }); window.ui = ui; }