Navigation Menu

Skip to content

orlandov/gitrest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(c) Orlando Vazquez 2009

This is a simple WSGI application that provides a restful interface to Git.
Eventually I'd like it to have a full web2.0 ajaxy interface. Until then, REST
and json will do.

Provides the following resources:

Repos
------

/repos
/repos/:repo_id

Branches
--------

/repos/:repo_id/branches
/repos/:repo_id/branches/:branch_id

Commits
-------

/repos/:repo_id/commits
/repos/:repo_id/branches/:branch_id/commits

About

A proof of concept RESTful interface to git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages