jetplugins / apidocx

Generate API documents to any place: YApi, RAP2, Eolink, etc.
https://plugins.jetbrains.com/plugin/17425-apidocx/
Apache License 2.0
178 stars 40 forks source link

feat: 支持接入 Postcat #59

Closed scarqin closed 1 year ago

scarqin commented 1 year ago

https://github.com/Postcatlab/postcat/issues/227

lkqm commented 1 year ago

了解了下postcat功能很有意思,应该处于发展初期,使用人数没那么普及。目前较忙暂时不会考虑接入postcat,如果有人贡献代码欢迎PR,同时也很乐意提供相关的开发帮助。

scarqin commented 1 year ago

@lkqm 谢谢~看了下是 java 技术栈的,如果要贡献 PR,我们需要提供哪些转换函数呢~

lkqm commented 1 year ago

目前的转换工作在插件中做的,插件原理从代码生成中间格式数据,然后转换上传到对应平台,接入一个新平台主要做的工作:

  1. 配置相关代码
  2. 上传转换代码,包括适配上传的代码 参考:https://github.com/jetplugins/apidocx/tree/main/src/main/java/io/apidocx/handle