ConnectAI-E / GitMaya

🌊 One repo = one chat, make git flow in chat, next generation gitops for boosting developer-teams productivity, supports feishu, discord and slack
https://gitmaya.com
MIT License
139 stars 11 forks source link

🚀 Use Githubkit as REST API Client #247

Open jingfelix opened 6 months ago

jingfelix commented 6 months ago

https://github.com/yanyongyu/githubkit 提供了开箱可用的 GitHub API 客户端,支持installation_id等多种认证方式,且支持企业部署 API(考虑到 Gitee 的 API 与 GitHub 几乎完全一致,也相当于支持 Gitee)能够极大简化与各类代码托管平台对接的难度。

建议逐步将 REST API 客户端部分切换至 GitHubKit,方便未来开发。

Leizhenpeng commented 6 months ago

不用自己对接Github的,而是基于他的封装包,是这个意思吧

jingfelix commented 6 months ago

对,功能上是一致的,现在相当于是我们自己写了一套