openapi-typescript-codegen icon indicating copy to clipboard operation
openapi-typescript-codegen copied to clipboard

NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification

Results 228 openapi-typescript-codegen issues
Sort by recently updated
recently updated
newest added

I'm not sure if this is a mistake or not, but I am experiencing a problem. I have created a schema and when the code is generated, I am not...

**Describe the bug** I have ` "target": "ES2022"` then also i am getting `Type error: Private identifiers are only available when targeting ECMAScript 2015 and higher.`. I am using `NextJS`...

This generator currently supports OpenAPI 3.0 only. Currently we're blocked on upgrading FastAPI due to the lack of support for OpenAPI 3.1 from `openapi-typescript-codegen`. Related issues: #1834, #1645, #1643.

When you have a single option, that's optional (for example `namespace` here), it'd be good if the whole options object was optional. Currently you have to do `.list({})` ``` public...

In some APIs I returns multiple status codes to distinguish between an object being created, updated, or no action being taken because the current value is already as requested by...

Had a need to export title from properties to my schema.

**Describe the bug** Please switch to `@apidevtools/json-schema-ref-parser`, because `pnpm i` reminds me everytime of this 🙂

Hi thank you for grate library. I have one problem, all properties are nullable, even though they are not defined as nullable in swagger file. ``` "LoginResponse": { "type": "object",...

Big thanks for the nice solution! Is there is possible way to filter/select tags to create only specific Services per generation? I use separations on 2 levels: 1) Swagger: admin...