-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Labels
Description
Hi,
I'd like to use swagger-js-codegen to generate Typescript Code from a swagger-file to get errors in case the REST interface changed. But I'm getting a lot of errors due to the missing Definitions.
I found the ts-barnch that has the code required to generate the Definitions, but it looks outdated compared to the master-branch.
What is the plan with ts-branch? Is there any work going on regarding generating the Definitions?
I created a fork to fix a problem where an array does not have an items definition. Should I implement the Definition-generation and create a pull-request?
no-more and greuze