added ghapi app

added GithubAPIMiddleware
added ghapi.api.GitHub
API calls can be done via request.github.get/get_iter or
GitHub().get/get_iter.
This commit is contained in:
Jonas Obrist 2012-08-18 03:58:05 +02:00
parent f11032202f
commit fdeab7bee0
5 changed files with 125 additions and 0 deletions

1
ghapi/__init__.py Normal file
View file

@ -0,0 +1 @@
# -*- coding: utf-8 -*-