aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/ghrequests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ghrequest to requestsDavid Medina2012-02-066-356/+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-056-10/+132
| | | | | | 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-046-0/+216
resources => ghrequests models => resources + Also it's near to complete user service