UNPKG

active-switching

Version:

NPAW's SDK for CDN Balancing and P2P

14 lines (13 loc) 530 B
/** * @class * @description This class connect to cdn the cdb balancer api and hepls to get data * @exports BalancerApiBusinessObject */ import Loader from '../Loaders/Loader'; export default class BalancerApiBusinessObject { options?: any; private _loader; constructor(loader: Loader); loadBalancerData(accountCode: string, resource: string, isLive: boolean, updateTime: number, debug: boolean, isDev: boolean, applicationCode?: string, originCode?: string): Promise<void>; private getRouteAndFilename; }