/Swagger-TS-Interface-Generator

Generate interfaces from swagger parameters & responses

Primary LanguageTypeScript

Swagger TypeScript Interface Generator

This is a small VSCode extension to generate TS interfaces from the swagger specification. It will generate all the interfaces and put them in Swagger.ts file in your working directory.

Requirements

Apart from TypeScript, the extension requires the following libraries to work:

Though there are other dependencies, the extension takes care of them for you.

Current Limitations

Currently, the generation of interfaces only goes one level deep. I'm working on full recursive implementation. Contributions are welcome!

Enjoy!