UNPKG

@buckaroo/buckaroo_sdk

Version:
17 lines (16 loc) 514 B
import { ICredentials } from '../../Utils'; export declare class ReplyHandler { private readonly _data; private readonly uri?; private readonly auth_header?; private readonly credentials; private _isValid; private strategy; private method?; constructor(credentials: ICredentials, data: string, auth_header?: string, uri?: string, httpMethod?: string); isValid(): boolean; validate(): this; private formatStringData; private validateJson; private validateHttp; }