Are there any restful interfaces to git?

2019-06-19 08:20发布

I have been looking for a restful api to git and dont seem to find any. The closest thing i got is Github's api to access some repositories info.
Are there any other impelementations out there?

标签: git rest
3条回答
贪生不怕死
2楼-- · 2019-06-19 09:07

Orion Git API Orion is an Eclipse project

RESTFul Git from Hulu on github

查看更多
爷、活的狠高调
3楼-- · 2019-06-19 09:07

git doesn't sport an http server so you need some middleware solution that can serve git repos via http. Githubs api does it and there are possibly other solutions out there.

查看更多
在下西门庆
4楼-- · 2019-06-19 09:11

Projects I've spotted:

  1. Gerrit - has a REST server, Java
  2. Gandalf - core is there, coupled to MongoDB, Python + Flask
  3. git-rest-api NodeJS, very incomplete
查看更多
登录 后发表回答