httpsnippet-lite
Version:
HTTP Request snippet generator for *most* languages
16 lines (15 loc) • 384 B
TypeScript
/**
* @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 type { Client } from '../../targets.js';
export declare const httr: Client;