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

apimanui.apiman.f8-config-bkwrds-compatible.js Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
var APIMAN_CONFIG_DATA = {
    "apiman" : {
        "version" : "f8-${project.version}",
        "builtOn" : "${timestamp}",
        "logoutUrl" : null
    },
    "user" : {
        "username" : null
    },
    "ui" : {
        "header" : "ose",
        "platform" : "f8",
        "metrics" : false
    },
    "api" : {
        "endpoint" : "/apiman",
        "auth" : {
            "type" : "bearerTokenFromHash"
        }
    }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy