Interface PostmanCollectionGenerator
- All Known Implementing Classes:
DefaultPostmanCollectionGenerator
public interface PostmanCollectionGenerator
Generates a Postman collection.
-
Method Summary
Modifier and TypeMethodDescriptiongenerate(ConfigurationBundleEntity configurationBundleEntity) Generate a Postman collection from a givenConfigurationBundleEntity
-
Method Details
-
generate
Generate a Postman collection from a givenConfigurationBundleEntity- Parameters:
configurationBundleEntity- the configuration bundle to process- Returns:
- a Json representation of a Postman collection
-