aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/users.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean requests interfaceDavid Medina2012-02-071-30/+42
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* User service completeDavid Medina2012-02-051-9/+35
| | | | | | User.emails User.keys User.followers
* Renaming (What I was thinking?)David Medina2012-02-041-11/+20
| | | | | | | resources => ghrequests models => resources + Also it's near to complete user service
* Fix imports to new environmentDavid Medina2012-02-031-0/+45
Absolute imports as PEP8 tells