如何在 Postman 中导入全局变量

How do I import globals in Postman

我的团队刚刚开始在 Postman 中使用 Team Syncing,这似乎是一个很棒的功能,但我们希望能够共享我们在集合中使用的大量全局变量。

这些没有同步到云服务器,似乎没有办法导入它们。

有没有一种好方法可以在整个团队中共享这些内容,而无需每个人都手动输入每个内容?


在 Postman 中共享全局变量:

  • 导出为 JSON,共享 JSON 文件
  • 从 JSON 导入全局变量
  • 更详细的相同步骤:

  • 导出为 JSON:

    a) 转到右上角的齿轮,从下拉列表中选择 Manage Environments

    b) 点击 Globals 按钮

    c) 选择 Download as JSON
    download Globals as JSON

  • 从 JSON 导入:

    a) 从 Postman 窗口的左上角选择 Import
    choose import

    b) 选择您的 JSON 文件或将其拖到结果窗口中:
    select json that contains globals

  • NOTE: Even though this window says it only imports collections, environments, data dumps, curl commands, and RAML/WADL/Swagger/Runscope, it will also work for globals.

    c) 点击系统对话框中的Open(选择文件后)。您的全局变量将被导入。您可能会收到一条错误消息以及确认消息,但仍会导入全局变量。
    confirmation and error


    您可以通过检查

    来备份邮递员保存的集合

    获取 Postman 存储位置

    搜索
    chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop/

    路径下给出的位置是包含所有数据的位置。例如:/home/xyz/.config/chromium/Default/Storage/ext/fhbjgbiflinjbdggehcddcbncdddomop/def

    使用它,集合也可以从一台机器转移到另一台机器。