UNPKG

httpsnippet

Version:

HTTP Request snippet generator for *most* languages

16 lines 412 B
/** * @description * HTTP code snippet generator for R using httr * * @author * @gabrielakoreeda * * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author. */ export interface HttrOptions { /** @default ' ' */ indent?: string; } import { Client } from '../../targets'; export declare const httr: Client; //# sourceMappingURL=client.d.ts.map