UNPKG

moip-sdk-node-ts

Version:
9 lines (8 loc) 568 B
import { HttpConfig, HttpOpts } from './types'; declare const _default: { get: (opts: HttpOpts, endpoint: string | null, id?: string | null | undefined, config?: HttpConfig | null | undefined, qs?: string | undefined) => Promise<any>; post: (opts: HttpOpts, endpoint: string | null, payload?: any, config?: HttpConfig | undefined) => Promise<any>; remove: (opts: HttpOpts, endpoint: string) => Promise<any>; put: (opts: HttpOpts, endpoint: string, payload: any, id: string, config?: HttpConfig | undefined) => Promise<any>; }; export default _default;