UNPKG

trust-mfa-sdk

Version:

TrustJS - Blockchain-powered MFA verification SDK. Trust is the only way.

15 lines 509 B
export default class ApiClient { constructor(config: any); config: any; baseURL: any; timeout: any; retries: any; request(method: any, endpoint: any, data?: null, options?: {}): Promise<any>; get(endpoint: any, params?: {}): Promise<any>; post(endpoint: any, data: any): Promise<any>; put(endpoint: any, data: any): Promise<any>; delete(endpoint: any): Promise<any>; updateConfig(newConfig: any): void; destroy(): void; } //# sourceMappingURL=ApiClient.d.ts.map