aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/ghrequests (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-06Rename ghrequest to requestsDavid Medina6-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
2012-02-05User service completeDavid Medina6-10/+132
User.emails User.keys User.followers
2012-02-05Complete skeleton of services glueing to requestsDavid Medina1-1/+19
2012-02-04Renaming (What I was thinking?)David Medina6-0/+216
resources => ghrequests models => resources + Also it's near to complete user service