aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-17Small refactor to building requests in servicesDavid Medina3-50/+32
Decorate the request-factory to parse common params like user and repo, which can be configurated in service or by args
2012-02-17Services' renaming: base.Base to base.ServiceDavid Medina3-9/+9
2012-02-12Repos collaborators addedDavid Medina1-0/+31
2012-02-12Fix bug of bug relatedDavid Medina1-1/+1
2012-02-12Repos service initializedDavid Medina1-0/+72
+service.repos.repo
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