UNPKG

moip-sdk-node-ts

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