Interface PostmanCollectionFormatter

    • Method Detail

      • format

        java.lang.String format​(PostmanCollection postmanCollection)
        Formats A Postman collection as a Json string.
        Parameters:
        postmanCollection - the PostmanCollection object to format
        Returns:
        a Json representation of the Postman collection