2017 © Pedro Peláez
 

library rap-to-postman

Convert the json exported by RAP into the json format imported by Postman

image

wujunzhong/rap-to-postman

Convert the json exported by RAP into the json format imported by Postman

  • Wednesday, June 27, 2018
  • by zhong-1250044515
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

rap-to-postman

一个简单的工具类,用于将 RAP 接口管理工具的备份文件,下载成 Postman 的 Json 导入文件。, (*1)

使用

Composer 包下载, (*2)

composer require wujunzhong/rap-to-postman

代码编写 ``` php $tool = new \RapToPostman\RapToPostman(); $rapBackupSrc = "xxx"; // Rap 导出备份地址 $savePath = "./public"; // 要保存的文件夹路径, (*3)

return $tool->run($rapBackupSrc, $savePath); // return ./public/postman.json ``` 下载好的 postman.json 文件使用 Postman 导入即可生成相应的接口。, (*4)

License

The MIT License (MIT), (*5)

Copyright (c) 2018 吴俊钟1250044515@qq.com, (*6)

The Versions

27/06 2018

dev-master

9999999-dev

Convert the json exported by RAP into the json format imported by Postman

  Sources   Download

MIT

by wujunzhong

postman rap rap-to-postman rappostman

05/06 2018

1.0.1

1.0.1.0

Convert the json exported by RAP into the json format imported by Postman

  Sources   Download

MIT

by wujunzhong

postman rap rap-to-postman rappostman

05/06 2018

1.0

1.0.0.0

Convert the json exported by RAP into the json format imported by Postman

  Sources   Download

MIT

by wujunzhong

postman rap rap-to-postman rappostman