FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Provides router for REST api requests. More...
Go to the source code of this file.
Variables | |
Fossology\UI\Api::$GLOBALS ['apiCall'] = true | |
const | Fossology\UI\Api::REST_VERSION_SLUG = "restVersion" |
const | Fossology\UI\Api::VERSION_1 = "/v{" . REST_VERSION_SLUG . ":1}/" |
const | Fossology\UI\Api::AUTH_METHOD = "JWT_TOKEN" |
Fossology\UI\Api::$startTime = microtime(true) | |
Fossology\UI\Api::$SysConf = bootstrap() | |
global | Fossology\UI\Api::$container |
Fossology\UI\Api::$timingLogger = $container->get("log.timing") | |
Fossology\UI\Api::$loader = $container->get('twig.loader') | |
Fossology\UI\Api::$app = new App($GLOBALS['container']) | |
Fossology\UI\Api::return | |
Provides router for REST api requests.
Definition in file index.php.