aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add mimetype support to repos.commits serviceDavid Medina2012-02-191-6/+6
|
* Support to Mimetypes in some servicesDavid Medina2012-02-191-0/+27
|
* Repos commits addedDavid Medina2012-02-181-0/+43
|
* Small refactor to building requests in servicesDavid Medina2012-02-173-50/+32
| | | | | 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-173-9/+9
|
* Repos collaborators addedDavid Medina2012-02-121-0/+31
|
* Fix bug of bug relatedDavid Medina2012-02-121-1/+1
|
* Repos service initializedDavid Medina2012-02-121-0/+72
| | | | +service.repos.repo
* Clean requests interfaceDavid Medina2012-02-072-76/+80
| | | | | | 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
* User service completeDavid Medina2012-02-051-9/+35
| | | | | | User.emails User.keys User.followers
* Complete skeleton of services glueing to requestsDavid Medina2012-02-051-3/+23
|
* Renaming (What I was thinking?)David Medina2012-02-042-31/+47
| | | | | | | resources => ghrequests models => resources + Also it's near to complete user service
* Fix imports to new environmentDavid Medina2012-02-033-0/+88
Absolute imports as PEP8 tells