Package io.jpostman.schema.cli
Class PostmanCollectionExporter
- java.lang.Object
-
- io.jpostman.schema.cli.PostmanCollectionExporter
-
public class PostmanCollectionExporter extends Object
Exports the normalized ApiSpec model as a Postman Collection v2.1 document.
-
-
Constructor Summary
Constructors Constructor Description PostmanCollectionExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>export(ApiSpec spec, String collectionName)Converts an ApiSpec into a Postman Collection document.
-