Interface PostmanCollectionFormatter
- All Known Implementing Classes:
DefaultPostmanCollectionFormatter
public interface PostmanCollectionFormatter
Formats a Postman collection object.
-
Method Summary
Modifier and TypeMethodDescriptionformat(PostmanCollection postmanCollection) Formats A Postman collection as a Json string.
-
Method Details
-
format
Formats A Postman collection as a Json string.- Parameters:
postmanCollection- thePostmanCollectionobject to format- Returns:
- a Json representation of the Postman collection
-