如何将外部 javascript 模块导入邮递员?

How to import a external javascript module into postman?

如何将外部 java-script 模块导入 postman? 请举例说明。

我实际上发现 Postman Sandbox 环境不允许您导入所有 java-script 库。它只允许某些库。这是 link。

https://learning.getpostman.com/docs/postman/scripts/postman-sandbox-api-reference/

看看这个:https://github.com/matt-ball/postman-external-require

我不知道在给出原始答案时该解决方案是否已经可用,但这是在邮递员脚本中包含第三方库的一个很好的解决方法。只需要最少的额外努力,最重要的是它有效!我以这种方式在我的脚本中使用 node-rsa 模块。