aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean requests interfaceDavid Medina2012-02-071-46/+38
| | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
* Something confusing about PUT requestDavid Medina2012-02-061-1/+21
| | | | It's solved as a provisional patch
* Rename ghrequest to requestsDavid Medina2012-02-061-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
* Complete skeleton of services glueing to requestsDavid Medina2012-02-051-3/+23
|
* Renaming (What I was thinking?)David Medina2012-02-041-20/+27
| | | | | | | resources => ghrequests models => resources + Also it's near to complete user service
* Fix imports to new environmentDavid Medina2012-02-031-0/+43
Absolute imports as PEP8 tells