restsharp.d.ts 304 B

123456789
  1. export declare function getOptions(): any[];
  2. export declare function convert(request: any, options: {
  3. indentType: string;
  4. indentCount: string;
  5. includeBoilerplate?: boolean;
  6. followRedirect: boolean;
  7. trimRequestBody: boolean;
  8. requestTimeout: number;
  9. }, callback: Function): string;