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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Projects I've spotted:
- Gerrit - has a REST server, Java
- Gandalf - core is there, coupled to MongoDB, Python + Flask
- git-rest-api NodeJS, very incomplete
回答2:
Orion Git API Orion is an Eclipse project
RESTFul Git from Hulu on github
回答3:
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.