openapi-typescript-codegen
openapi-typescript-codegen copied to clipboard
NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification
**Describe the solution you'd like** In my case, I want to extract the core once and use it for the newly generated artifacts with `--exportCore false` are based on different...
**Describe the solution you'd like** In the CLI options, there is a way to provide an URL to the OAS.\ It works properly if the access to the provided URL...
If a schema response definition consists of: - an array - containing an object - which contains an enum field This enum will be generated using union types, not an...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.5.0 to 19.0.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v19.0.0 19.0.0 (2022-10-14) ⚠ BREAKING CHANGES use ~/.cache/puppeteer for browser downloads (#9095) deprecate createBrowserFetcher in favor of...
Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 28.1.3 to 29.2.0. Release notes Sourced from jest-cli's releases. v29.2.0 Features [@jest/cli, jest-config] A seed for the test run will be randomly generated, or set by a...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 15.0.0. Changelog Sourced from @rollup/plugin-node-resolve's changelog. v15.0.0 2022-10-10 Breaking Changes fix: prepare for Rollup 3 #1288 v14.1.0 2022-09-12 Features feat: add new option, modulePaths (#1104)...
As the title suggests, it would be a convenient option.
@ferdikoomen *if you are maintaining this repo please close this.* I'm planting a little flag here for anyone stumbling across this library - it's been working well for us but...
**Describe the bug** Invalid `enum` name generation for property names containing hyphens. Sample api: ``` { "openapi": "3.0.0", "info": { "version": "1.0.0" }, "components": { "schemas": { "TestModel": { "properties":...
Single quotes in patterns aren't escaped and cause issues with schemas. ## Example Using the ModelWithPattern component from test spec. OpenAPI doc ```json { "ModelWithPattern": { "properties": { "patternWithSingleQuotes": {...