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?
相关问题
- Design RESTful service with multiple ids
- Axios OPTIONS instead of POST Request. Express Res
- Plain (non-HTML) error pages in REST api
- Laravel 5.1 MethodNotAllowedHttpException on store
- Why does recursive submodule update from github fa
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Got ActiveRecord::AssociationTypeMismatch on model
- Cannot commit changes with gitextensions
Orion Git API Orion is an Eclipse project
RESTFul Git from Hulu on github
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.
Projects I've spotted: