swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

TypeScript API generator via Swagger scheme

Results 247 swagger-typescript-api issues
Sort by recently updated
recently updated
newest added

We are using a type discriminator. The generated types are broken if the schema of that discriminator enum comes after its usage. ## Working example ```yaml openapi: 3.0.3 info: title:...

Found few misspellings. @js2me

Hi @js2me, I see you might be too busy to maintain this project due to the number of open issues and pull request. So I would like to volunteer in...

Hi! First of all thanks for this project! Currently, there are several props for prefix\suffix settings: ``` typePrefix: '', typeSuffix: '', enumKeyPrefix: '', enumKeySuffix: '', ``` But the one is...

Bumps [eta](https://github.com/eta-dev/eta) from 2.2.0 to 3.4.0. Commits d82f8d6 3.4.0 70bd7e3 feat: expose error type (#276) f42ff51 fix: align commitlint versions 69abe12 fix: use npx instead of installing commitlint 0c70ddd 3.3.0...

dependencies

Is there anyway that we can split into files and folders? I want to organize it more if possible and put them into related method group folder

Issue Description: All definition names are automatically converted to start case. As the [swagger doc](https://swagger.io/specification/) said: > All field names in the specification are case sensitive Expected Behavior: I would...

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 5.0.7. Release notes Sourced from nanoid's releases. 5.0.7 Fixed Parcel support (by @​WilhelmYakunin). 5.0.6 Fixed React Native support. Changelog Sourced from nanoid's changelog. 5.0.7 Fixed...

dependencies

# What's wrong? Hello again. I have a situation where I had an object with `nullable: true` and all was working well, then I needed to add some properties that...