Open-source-sharing / REST-doc

RESTdoc Project is a document software that improves research and development efficiency. It integrates testing and document generation. It can quickly import the application's Http API or RPC API to quickly generate documents.
Apache License 2.0
1 stars 2 forks source link

1.0 preview版本开发计划步骤 #12

Closed Maple-mxf closed 3 years ago

Maple-mxf commented 3 years ago

1 完成springcloud的后台调试和api导入功能。 2 解决dubbo http api导入功能bug。 3 解决http调试提示错误的问题。 4 增加kotlin,JavaScript(ajax 和axio),go语言sample, 5 解决curl test sample出现的一串英文字符。 6 增加鉴权登陆(后台需要登录,前端开发人员访问API文档需要访问密码) 7 提供maven仓库中心的客户端sdk下载。 8 提供docker compose一键安装文档。 9 重写readme/架构图。包括英文版本。 10 提供RESTdoc官网。关联github和gitee。 11 申请购买RESTdoc域名。 12 提供体验API文档功能云端体验。 13 进入公众号推广。

Maple-mxf commented 3 years ago

增加android ios fluter的客户端code sample

Maple-mxf commented 3 years ago

增加伪代码请求示例过程

Maple-mxf commented 3 years ago

删除测试页面无用备注输入框

Maple-mxf commented 3 years ago

保存web api文档时会出现覆盖之前的API字段备注的效果(嵌套文档的更新需要特殊处理)

Maple-mxf commented 3 years ago

Http调试控制台重新定义,目前的样式是参照cmd命令行所展现的,但是并不直观

Maple-mxf commented 3 years ago

RPC调试不存在的接口,判断流程出现问题 RPC调试返回不正确的statusCode和错误信息

Maple-mxf commented 3 years ago

关闭门户密码访问功能(2.0版本增加)

Maple-mxf commented 3 years ago

更新项目中的所有的groupId,更改为com.github.open-source-sharing

Maple-mxf commented 3 years ago

同步dubbo或者普通web的API时,名字中去掉全路径的显示,特别影响展示(VO对象简单处理)

Maple-mxf commented 3 years ago

restdoc-console提供XML结果的解析