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

When you use Object.entries(formData), it attempts to convert the FormData object into an array of key-value pairs, as it would with a regular JavaScript object. However, since FormData doesn't store...

HeyπŸ‘‹πŸ» Thanks again @ferdikoomen for your amazing job on this library πŸ™πŸ» ### add exportOptions The idea here is to export service operation's options to disk using a new option...

**Describe the solution you'd like** A clear and concise description of what you want to happen. Ideally with a small example of the proposed changes. hello, would it be possible...

**Describe the bug** For OpenAPI type schema ``` "MyNumber": { "minimum": 1, "type": "integer", "description": "My number.", "default": 1, "example": 2 }, ``` `openapi-typescript-codegen --exportSchemas true` does not generate `default`...

I install via command ```npm install openapi-typescript-codegen --save-dev``` in my project, and then i call ```openapi --help``` I got ```sh: command not found: openapi``` my project is nextjs and my...

Hello Team, Requesting you to please check this issue and help. Performing schema validation with oneOf, discriminator and mapping property in oas3.0. Error: { "fault": { "faultstring": "OASValidation MAM-EXT-SpecValidation with...

Hello! I don't think this is a bug. I'm pretty sure I'm just doing this wrong. I would like to set `OpenApi.WITH_CREDENTIALS = true`. I was originally trying to do...

Currently, all endpoints in my API are prefixed with `/api`, which results in the generated methods following the pattern `.` e.g. `BookService.getApiBooks()`. I propose introducing a feature that allows customization...

**Describe the solution you'd like** A clear and concise description of what you want to happen. Ideally with a small example of the proposed changes. The default method of adding...

Please publish a new version on npmjs, so that we can get [this fix](https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1627). Thank you.