Interface PostmanCollectionGenerator

All Known Implementing Classes:
DefaultPostmanCollectionGenerator

public interface PostmanCollectionGenerator
Generates a Postman collection.
  • Method Details

    • generate

      String generate(ConfigurationBundleEntity configurationBundleEntity)
      Generate a Postman collection from a given ConfigurationBundleEntity
      Parameters:
      configurationBundleEntity - the configuration bundle to process
      Returns:
      a Json representation of a Postman collection