UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines (8 loc) 289 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export class AppConstants { } AppConstants.VALIDATION_ERROR_CODE = 'STU-VAL_ERR'; AppConstants.DEPLOY_GATEWAY_URL = '/rest/apigateway/studioassets'; AppConstants.GATEWAY_VALIDATION_URL = '/rest/apigateway/health/engine';