NingG +

工具系列:postman 快捷操作

##1. 背景

postman 用于构造、发送 HTTP 请求。

目标:

  1. 高效的使用 postman
  2. 共享 postman 的配置

2. 安装

postman 官网(https://www.getpostman.com/),下载、安装即可。

Note:使用 Chrome 浏览器时,建议使用 Chrome 扩展程序,地址: chrome://extensions/

注册 postman 账号,好处:

  1. 不同账号之间,分享 postman 的文件夹
  2. 同一账号,多设备间共享文件夹

postman 和 chrome 浏览器,共享 cookie:

  1. 安装 postman app
  2. chrome 中,安装 postman 插件:Interceptor extension.
  3. postman app 中,开启「拦截器」

3. 使用实践

收藏夹,整理:

  1. 对应关系:一个工程一个收藏夹
  2. 层级关系:一个收藏夹下,可以有多个文件夹

api 参数配置:

  1. 使用「:name」方式,可以指定参数

环境变量配置:

  1. 开发、测试、上线,有不同的环境
    1. 不同环境,uri path 完全相同
    2. host 不同:域名不同
  2. 环境变量,控制域名
  3. 使用「」来使用环境变量的取值

4. 参考资料

  1. https://www.getpostman.com/
  2. https://www.getpostman.com/docs/
  3. postman-interceptor

原文地址:https://ningg.top/tool-personal-postman-usage/
微信公众号 ningg, 联系我

同类文章:

微信搜索: 公众号 ningg, 联系我, 交个朋友.

Top