UNPKG

ali-mns-sdk

Version:

The nodejs SDK for aliyun mns service

18 lines (17 loc) 529 B
import { Account } from './Account'; export declare class OpenStack { constructor(account: Account); sendP(method: string, url: string, body?: any, headers?: any, options?: any): any; accumulateNextGASend(prefix: string): void; disableGA(bDisable?: boolean): void; private makeHeaders; private authorize; private signature; private _account; private _patternMNS; private _patternSign; private _contentType; private _version; private _ga; private _gaRGA; }