aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/users.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restructure modules and packages in a clean wayDavid Medina2012-03-011-233/+0
| | | | The docs has increased lines of code, so I split it
* Services.repos.Repo docDavid Medina2012-02-291-27/+5
| | | | And typos
* Init documentationDavid Medina2012-02-291-0/+169
| | | | | | +core +services.user ~services.repos
* Small refactor to building requests in servicesDavid Medina2012-02-171-17/+11
| | | | | Decorate the request-factory to parse common params like user and repo, which can be configurated in service or by args
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-171-5/+5
|
* 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