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