All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.contract.ui.swagger-config.swagger-initializer.js Maven / Gradle / Ivy

There is a newer version: 5.31.0.0
Show newest version
window.onload = function() {
    document.title = "%%PAGE_TITLE%%";
    SwaggerUIBundle({
        url: "%%DESCRIPTION_ROUTE%%",
        dom_id: "#%%DOM_ID%%",
        deepLinking: %%DEEP_LINKING%%,
        displayOperationId: %%DISPLAY_OPERATION_ID%%,
        displayRequestDuration: %%DISPLAY_REQUEST_DURATION%%,
        requestSnippetsEnabled: %%REQUEST_SNIPPETS_ENABLED%%,
        persistAuthorization: %%PERSIST_AUTHORIZATION%%,
        presets: [%%PRESETS%%],
        layout: "%%LAYOUT%%",
        queryConfigEnabled: %%QUERY_CONFIG_ENABLED%%,
        tryItOutEnabled: %%TRY_IT_OUT_ENABLED%%,
        oauth2RedirectUrl: %%OAUTH2_REDIRECT_URL%%,
        withCredentials: %%WITH_CREDENTIALS%%
    })
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy