aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-07Clean requests interfaceDavid Medina2-72/+76
Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
2012-02-06Something confusing about PUT requestDavid Medina1-1/+21
It's solved as a provisional patch
2012-02-06Rename ghrequest to requestsDavid Medina1-1/+1
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 Medina1-9/+35
User.emails User.keys User.followers
2012-02-05Complete skeleton of services glueing to requestsDavid Medina1-3/+23
2012-02-04Renaming (What I was thinking?)David Medina2-27/+43
resources => ghrequests models => resources + Also it's near to complete user service
2012-02-03Fix imports to new environmentDavid Medina3-0/+88
Absolute imports as PEP8 tells