generate_client
Generate a TypeScript API client from an OpenAPI specification by providing the spec location, output directory, and preferred HTTP client.
Instructions
Generate TypeScript API client from OpenAPI specification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | URL or file path to OpenAPI specification | |
| output | Yes | Output directory for generated client | |
| httpClient | Yes | HTTP client to use (fetch or axios) |