@apistudio/apim-cli
Version:
CLI for API Management Products
13 lines (8 loc) • 326 B
text/typescript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export class AppConstants {
public static readonly VALIDATION_ERROR_CODE = 'STU-VAL_ERR';
public static readonly DEPLOY_GATEWAY_URL = '/rest/apigateway/studioassets';
public static readonly GATEWAY_VALIDATION_URL = '/rest/apigateway/health/engine';
}