aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/ghrequests/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ghrequest to requestsDavid Medina2012-02-061-117/+0
| | | | | | | I think it's a redundant name. Only needs to move out from core module to avoid imports problems with `requests` library * Also change some in setup.py
* User service completeDavid Medina2012-02-051-2/+2
| | | | | | User.emails User.keys User.followers
* Complete skeleton of services glueing to requestsDavid Medina2012-02-051-1/+19
|
* Renaming (What I was thinking?)David Medina2012-02-041-0/+99
resources => ghrequests models => resources + Also it's near to complete user service