postman2apipost
v0.0.15
Published
postman2apipost
Downloads
7
Readme
postman2apipost 将ApiPost流程测试中文件数据转为ApiPost可辨识的JSON格式
🎉 特性
- 支持格式
- postman2.0 or postman2.1
安装
npm i postman2apipost
基础使用
需引入:
import { postman2apipost } from 'postman2apipost';
let result=postman2apipost(postmanJson);
console.log(result.data); // 结果
//成功转换
result.status // success
result.data // 转换后的数据
//失败
result.status // error
result.message // 错误信息
开源协议
postman2apipost 遵循 MIT 协议。