How to use Postman Collections in COZYROC SSIS+ REST framework?
How to use Postman Collections in COZYROC SSIS+ REST framework?
To use a Postman Collection, you will need first to convert it to an OpenAPI specification and then import it, as shown here:
https://www.cozyroc.com/ssis/rest-custom-openapi-import
There are various methods for this transformation, e.g. check out these free online tools:
https://postmantoopenapi.com/
and
https://kevinswiber.github.io/postman2openapi/
You can also use a method, provided by Postman
https://blog.postman.com/creating-an-openapi-definition-from-a-collection-with-the-postman-api/