TypeScript Interfaces From Swagger Docs
While generating Swagger Documentation from my Spring Application, I had a realization as to using the response to generate TypeScript Interfaces from this "Oh So Valuable" output.
The output from the Swagger GET request contains everything my TypeScript VueJS Frontend requires to correctly map the system to my backend
I was planning on developing a plugin to use to increase development efficiency as creating interfaces is quite tedious. So I started my research...
First Search result yields the exact plugin I was about to recreate from scratch so wanted to share. Enjoy!!
#VueJS #Vue #Spring #SpringBoot #Swagger #Efficiency #CodeWithMe