UNPKG

gong-api-client

Version:

A Node.js library that automatically generates a TypeScript client for the Gong API from the OpenAPI specification

7 lines (6 loc) 293 B
/** * Generates TypeScript client code from the Gong API specification. * @param specFile Path to the API specification file. * @param outputDir Directory to output the generated code. */ export declare function generateGongApiClient(specFile?: string, outputDir?: string): Promise<void>;