工具系列:postman 快捷操作
2015-07-22
##1. 背景
postman 用于构造、发送 HTTP 请求。
目标:
- 高效的使用 postman
- 共享 postman 的配置
2. 安装
postman 官网(https://www.getpostman.com/),下载、安装即可。
Note:使用 Chrome 浏览器时,建议使用 Chrome 扩展程序,地址: chrome://extensions/
注册 postman 账号,好处:
- 不同账号之间,分享 postman 的文件夹
- 同一账号,多设备间共享文件夹
postman 和 chrome 浏览器,共享 cookie:
- 安装 postman app
- chrome 中,安装 postman 插件:Interceptor extension.
- postman app 中,开启「拦截器」
3. 使用实践
收藏夹,整理:
- 对应关系:一个工程一个收藏夹
- 层级关系:一个收藏夹下,可以有多个文件夹
api 参数配置:
- 使用「:name」方式,可以指定参数
环境变量配置:
- 开发、测试、上线,有不同的环境
- 不同环境,uri path 完全相同
- host 不同:域名不同
- 环境变量,控制域名
- 使用「」来使用环境变量的取值
4. 参考资料
原文地址:https://ningg.top/tool-personal-postman-usage/