Class PostmanCollectionExporter


  • public class PostmanCollectionExporter
    extends Object
    Exports the normalized ApiSpec model as a Postman Collection v2.1 document.
    • Constructor Detail

      • PostmanCollectionExporter

        public PostmanCollectionExporter()
    • Method Detail

      • export

        public Map<String,​Object> export​(ApiSpec spec,
                                               String collectionName)
        Converts an ApiSpec into a Postman Collection document.