我一直在寻找一个REST风格的API to Git,但似乎没有找到。我得到的最接近的东西是Github的API,它可以访问一些存储库信息。还有没有其他的激励措施?
wixjitnu1#
Orion Git API猎户座是一个Eclipse项目
来自GitHub上Hulu的RESTFul Git
yhuiod9q2#
Git不支持http服务器,所以你需要一些中间件解决方案,可以通过http服务于git repos。Githubs API就是这样做的,而且可能还有其他解决方案。
fdx2calv3#
我发现的项目:
1.Gerrit-有REST服务器Java1.Gandalf-core在那里,耦合到MongoDB、Python+Flask.1.git-rest-api NodeJS ,非常不完整
c3frrgcw4#
您可以使用GitLab及其REST API:https://docs.gitlab.com/ee/api/index.html
4条答案
按热度按时间wixjitnu1#
Orion Git API猎户座是一个Eclipse项目
来自GitHub上Hulu的RESTFul Git
yhuiod9q2#
Git不支持http服务器,所以你需要一些中间件解决方案,可以通过http服务于git repos。Githubs API就是这样做的,而且可能还有其他解决方案。
fdx2calv3#
我发现的项目:
1.Gerrit-有REST服务器Java
1.Gandalf-core在那里,耦合到MongoDB、Python+Flask.
1.git-rest-api NodeJS ,非常不完整
c3frrgcw4#
您可以使用GitLab及其REST API:https://docs.gitlab.com/ee/api/index.html