aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/ghrequests/users/user.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ghrequest to requestsDavid Medina2012-02-061-36/+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/+13
| | | | | | User.emails User.keys User.followers
* Renaming (What I was thinking?)David Medina2012-02-041-0/+25
resources => ghrequests models => resources + Also it's near to complete user service