I have a yaml file containing all the configuration to my rest end points for swagger document.
I am able to generate the typescript-angular2
online from swagger online editor which is working fine.
But my requirement is to generate the client in a jenkins job or command prompt.
I heard that there is a jar from which I can generate that. is anybody tried that and generated typescript-angular2 client from swagger yaml file?
I have gone through the link and its different from what I look for swagger java client