Namespace Cress.Importers.Postman
Classes
- PostmanImporter
Converts a Postman Collection v2.1 JSON file into one or more CressFlow objects. Each request becomes a separate flow by default (
singleFlow= false), or all requests are combined into a single multi-step flow whensingleFlow= true.