I am currently in a situation where I have tested some of the APIs provided by a product. I am testing these APIs using postman. I found that RESTUnited is a tool which can take as an input - postman collection and generates swagger document. And we can use swagger document and generate client-SDK, for example: Java SDK, using which I can later work in Java and write application wrapper on top of it.
My question is this:
Do we have an open source alternative for RESTUnited? Do we have open source tools to transform postman collections to a client sdk?