UNPKG

@zowe/core-for-zowe-sdk

Version:

Core libraries shared by Zowe SDK packages

29 lines 775 B
"use strict"; /* * This program and the accompanying materials are made available under the terms of the * Eclipse Public License v2.0 which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-v20.html * * SPDX-License-Identifier: EPL-2.0 * * Copyright Contributors to the Zowe Project. * */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ApimlConstants = void 0; /** * Class for various APIML constants. * @export * @class ApimlConstants */ class ApimlConstants { } exports.ApimlConstants = ApimlConstants; /** * URI for listing APIML services * @static * @type {string} * @memberof ApimlConstants */ ApimlConstants.SERVICES_ENDPOINT = "/gateway/api/v1/services"; //# sourceMappingURL=ApimlConstants.js.map