zap-cdk
    Preparing search index...

    Interface IPostman

    IPostman Represents the configuration for importing a Postman collection.

    interface IPostman {
        collectionFile?: string;
        collectionUrl?: string;
        variables?: string;
    }
    Index

    Properties

    collectionFile?: string

    Local file containing the Postman collection, default: null.

    collectionUrl?: string

    URL containing the Postman collection, default: null.

    variables?: string

    Comma-separated list of variables as key-value pairs.