Skip to content

从Postman导出的 Json 文件生成Markdown类型的接口文档

Notifications You must be signed in to change notification settings

shanhuhai/genDocFromPostman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用方式:

  1. 下载代码后,拷贝 config.example.phpconfig.php, 修改 config.php 配置 postman 导出文件的json路径
<?php

return [
    'postman_json' => '/xxxx/ums.postman_collection.json',
];

  1. 通过 php -S 127.0.0.1:8001 启动 php 服务器
  1. postman 填写规则

接口要分组, 生成文档时按组生成

xx

xx

About

从Postman导出的 Json 文件生成Markdown类型的接口文档

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published