Hi there,
Been googling for hours trying to find information on this and failing.
Is there a process (documented) to implement a nestjs api based off of a swagger openapi json file ?
Meaning we’d like to document our api from swagger to start with and use that to generate what is required needed within nestjs and start from there.
And be able to maintain that flow over time.
All documentation I have found work the other way around.
NestJs => swagger.
Thanks for help