UNPKG

@remote.it/core

Version:

Core remote.it JavasScript/TypeScript library

10 lines (9 loc) 266 B
export declare class API { static token?: string static post<T>(url: string, data?: any): Promise<T> static get<T>(url: string): Promise<T> private static request private static processData private static processError } //# sourceMappingURL=API.d.ts.map