postman2apipost

postman2apipost

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
postman2apipost
0.0.112 months ago10 months agoMinified + gzip package size for postman2apipost in KB

Readme

<img alt="A-Design Logo" width="360" src="https://img.cdn.apipost.cn/cdn/opensource/apipost-opensource.svg" />


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 协议